mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Replace the pipe with additiaonl spaces to visually seperate the links.
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
echo " <a href='".PROJECT_PATH."/core/domains/domains.php?domain_uuid=".escape($row['domain_uuid'])."&domain_change=true'>".$text['label-manage']."</a>";
|
||||
if (permission_exists('domain_setting_view')) {
|
||||
$list_setting_url = PROJECT_PATH."/core/domain_settings/domain_settings.php?id=".urlencode($row['domain_uuid']);
|
||||
echo " | <a href='".$list_setting_url."'\">".$text['button-settings'];
|
||||
echo " <a href='".$list_setting_url."'\">".$text['button-settings'];
|
||||
}
|
||||
echo " </td>\n";
|
||||
if (permission_exists('domain_edit')) {
|
||||
|
||||
Reference in New Issue
Block a user