From 18de6fab30f0d877d2e4b87abc4341fce49d1a6e Mon Sep 17 00:00:00 2001 From: reliberate Date: Thu, 25 Feb 2016 18:51:49 -0700 Subject: [PATCH] Account Settings: Bypass browser password manager prompt when saving. --- core/user_settings/user_edit.php | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/core/user_settings/user_edit.php b/core/user_settings/user_edit.php index a932517e11..464bde5e55 100644 --- a/core/user_settings/user_edit.php +++ b/core/user_settings/user_edit.php @@ -282,7 +282,7 @@ else { //show the content $table_width ='width="100%"'; - echo "
"; + echo ""; echo ""; echo "\n"; @@ -290,7 +290,7 @@ else { if (strlen($_SESSION['login']['destination']['url']) > 0) { echo " "; } - echo " "; + echo " "; echo "\n"; echo "\n"; echo "\n"; @@ -480,13 +480,26 @@ else { echo "
".$text['title']."
"; echo " "; echo " "; echo " "; echo "
"; - echo " "; + echo " "; echo "
"; echo "
"; + echo "\n"; + //include the footer require_once "resources/footer.php";