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
+2 -2
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";