Domains List: Added Tools heading, multilinguified.

This commit is contained in:
Nate Jones
2014-07-24 06:05:05 +00:00
parent 65c7282201
commit 5ba7db4467
2 changed files with 13 additions and 2 deletions

View File

@@ -63,6 +63,17 @@
$text['label-domain']['pt-pt'] = "Domínio";
$text['label-domain']['fr-fr'] = "Domaine";
$text['label-tools']['en-us'] = "Tools";
$text['label-tools']['es-cl'] = "Herramientas";
$text['label-tools']['pt-pt'] = "Ferramentas";
$text['label-tools']['fr-fr'] = "Outils";
$text['label-manage']['en-us'] = "Manage";
$text['label-manage']['es-cl'] = "Gestionar";
$text['label-manage']['pt-pt'] = "Gerir";
$text['label-manage']['fr-fr'] = "Gérer";
$text['label-name']['en-us'] = "Name";
$text['label-name']['es-cl'] = "Nombre";
$text['label-name']['pt-pt'] = "Nome";

View File

@@ -188,7 +188,7 @@ else {
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo th_order_by('domain_name', $text['label-domain'], $order_by, $order);
echo "<th>&nbsp;</th>";
echo "<th>".$text['label-tools']."</th>";
echo th_order_by('domain_description', $text['label-description'], $order_by, $order);
echo "<td class='list_control_icons'>";
if (permission_exists('domain_add')) {
@@ -206,7 +206,7 @@ else {
echo " </td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>";
if (permission_exists('domain_edit')) {
echo "<a href='".PROJECT_PATH."/core/domain_settings/domains.php?domain_uuid=".$row['domain_uuid']."&domain_change=true'>Manage</a>";
echo "<a href='".PROJECT_PATH."/core/domain_settings/domains.php?domain_uuid=".$row['domain_uuid']."&domain_change=true'>".$text['label-manage']."</a>";
}
echo " </td>";
echo " <td valign='top' class='row_stylebg'>".$row['domain_description']."&nbsp;</td>\n";