mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add "Settings" link to Domains list
Skip the step of clicking on the domain then clicking settings. I very rarely want to edit a domain's basic settings, 99% of the time I am wanting to either manage the domain or edit domain_settings.
This commit is contained in:
@@ -267,6 +267,10 @@
|
||||
echo " </td>\n";
|
||||
echo " <td class='no-link center'>\n";
|
||||
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 " </td>\n";
|
||||
if (permission_exists('domain_edit')) {
|
||||
echo " <td class='no-link center'>\n";
|
||||
|
||||
Reference in New Issue
Block a user