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 "
| "; echo th_order_by('domain_description', $text['label-description'], $order_by, $order); 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 " | \n"; + echo ""; + if (permission_exists('domain_edit')) { + echo "Manage"; + } + echo " | "; echo "".$row['domain_description']." | \n"; echo ""; if (permission_exists('domain_edit')) { @@ -229,7 +230,7 @@ else { } //end if results echo " | ||||
| \n"; + echo " | \n";
echo "
| ||||||