From c3ae8716fece4c57c88034ec7b86009295eb3865 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jan 2013 19:06:45 +0000 Subject: [PATCH] Voicemail set the password field from text to password. --- app/voicemails/voicemail_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/voicemails/voicemail_edit.php b/app/voicemails/voicemail_edit.php index e3235a5d00..20c961c758 100644 --- a/app/voicemails/voicemail_edit.php +++ b/app/voicemails/voicemail_edit.php @@ -226,7 +226,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_id'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-voicemail_id']."\n"; echo "\n"; @@ -237,9 +237,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"; @@ -248,7 +248,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-greeting_id'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-greeting_id']."\n"; echo "\n";