From 65c7282201b36d4f63f5ab0656e6303db36d8ea5 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Thu, 24 Jul 2014 05:58:01 +0000 Subject: [PATCH] Domains List: Revert domain name to edit link, add Manage links for each domain in list. --- core/domain_settings/domains.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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";