diff --git a/core/default_settings/default_setting_edit.php b/core/default_settings/default_setting_edit.php index c51a15a101..4d07da2a3e 100644 --- a/core/default_settings/default_setting_edit.php +++ b/core/default_settings/default_setting_edit.php @@ -206,7 +206,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { } //show the content - echo "
\n"; + echo "\n"; echo "\n"; echo "\n"; if ($action == "add") { @@ -217,7 +217,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { } echo "\n"; echo "\n"; echo "\n"; @@ -585,7 +585,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; } echo "
"; - echo " \n"; + echo " \n"; echo " \n"; echo " "; echo "
"; echo " "; - echo " \n"; + echo " \n"; echo "
"; @@ -596,6 +596,19 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo ""; } + echo "\n"; + //include the footer require_once "resources/footer.php"; ?> \ No newline at end of file diff --git a/core/domain_settings/domain_setting_edit.php b/core/domain_settings/domain_setting_edit.php index d125093b49..5ce2583d4c 100644 --- a/core/domain_settings/domain_setting_edit.php +++ b/core/domain_settings/domain_setting_edit.php @@ -336,8 +336,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { } //show the content - echo "\n"; - echo "\n"; + echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; @@ -630,13 +630,26 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; } echo "
"; - echo " \n"; + echo " \n"; echo " \n"; echo " "; echo "
"; if ($action == "update") { @@ -349,7 +349,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo ""; echo " "; - echo " \n"; + echo " \n"; echo "
"; echo "
"; echo "
"; + echo "\n"; + //include the footer require_once "resources/footer.php"; ?> \ No newline at end of file