diff --git a/core/domain_settings/domains.php b/core/domain_settings/domains.php index 60efe6d676..b1ad2572ef 100644 --- a/core/domain_settings/domains.php +++ b/core/domain_settings/domains.php @@ -188,6 +188,7 @@ else { echo "\n"; echo "\n"; echo th_order_by('domain_name', $text['label-domain'], $order_by, $order); + echo ""; echo th_order_by('domain_description', $text['label-description'], $order_by, $order); echo "\n"; echo " \n"; + echo " "; echo " \n"; echo " \n"; - echo "
 "; if (permission_exists('domain_add')) { @@ -201,13 +202,13 @@ else { $tr_link = (permission_exists('domain_edit')) ? "href='domain_edit.php?id=".$row['domain_uuid']."'" : null; echo "
"; - if (permission_exists('domain_edit')) { - echo "".$row['domain_name'].""; - } - else { - echo $row['domain_name']; - } + echo " ".$row['domain_name'].""; echo " "; + if (permission_exists('domain_edit')) { + echo "Manage"; + } + echo " ".$row['domain_description']." "; if (permission_exists('domain_edit')) { @@ -229,7 +230,7 @@ else { } //end if results echo "
\n"; + echo "\n"; echo " \n"; echo " \n"; echo " \n";