From 72e6c2608a72969c19d802a7fbf572ab174c9c27 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 21:33:49 +0000 Subject: [PATCH] Change the domain settings link. Change a few titles to edit pages. --- core/domain_settings/app_config.php | 2 +- core/domain_settings/domain_settings_edit.php | 7 +------ core/domain_settings/domains_edit.php | 7 +------ 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index 462917d417..a12066ba79 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['uuid'] = '4fa7e90b-6d6c-12d4-712f-62857402b801'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/core/domains/domains.php'; + $apps[$x]['menu'][0]['path'] = '/core/domain_settings/domains.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details diff --git a/core/domain_settings/domain_settings_edit.php b/core/domain_settings/domain_settings_edit.php index 7853288a9a..aa06198c3c 100644 --- a/core/domain_settings/domain_settings_edit.php +++ b/core/domain_settings/domain_settings_edit.php @@ -181,12 +181,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "
\n"; echo "\n"; echo "\n"; - if ($action == "add") { - echo "\n"; - } - if ($action == "update") { - echo "\n"; - } + echo "\n"; echo "\n"; echo "\n"; echo "\n"; diff --git a/core/domain_settings/domains_edit.php b/core/domain_settings/domains_edit.php index 6e64faf6e0..c387f6cfa5 100644 --- a/core/domain_settings/domains_edit.php +++ b/core/domain_settings/domains_edit.php @@ -164,12 +164,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "
\n"; echo "
Domain Setting AddDomain Setting EditDomain Setting
\n"; echo "\n"; - if ($action == "add") { - echo "\n"; - } - if ($action == "update") { - echo "\n"; - } + echo "\n"; echo "\n"; echo "\n"; echo "\n";
Domain AddDomain EditDomain