From b00996a440578afb5ed078907e9b0306ed8102f3 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Fri, 7 Mar 2014 01:52:44 +0000 Subject: [PATCH] Streamline password viewing. --- app/hot_desking/extension_edit.php | 6 +++--- app/voicemails/voicemail_edit.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/hot_desking/extension_edit.php b/app/hot_desking/extension_edit.php index 2af5d5bf38..c0d13422bb 100644 --- a/app/hot_desking/extension_edit.php +++ b/app/hot_desking/extension_edit.php @@ -303,9 +303,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; - echo "
\n"; - echo "".$text['description-voicemail_password']." \n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-voicemail_password']."\n"; echo "\n"; echo "\n"; diff --git a/app/voicemails/voicemail_edit.php b/app/voicemails/voicemail_edit.php index 79bc546704..7fda1e03a9 100644 --- a/app/voicemails/voicemail_edit.php +++ b/app/voicemails/voicemail_edit.php @@ -281,9 +281,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; - echo $text['description-voicemail_password']." \n"; + echo $text['description-voicemail_password']."\n"; echo "\n"; echo "\n";