From dfe966822f730eae21c02118c6ead426c415996e Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 27 Apr 2014 08:30:38 +0000 Subject: [PATCH] Removed blank select box value from Delay and Timeout, and minor language adjustments. --- app/calls/app_languages.php | 10 +++++----- app/calls/call_edit.php | 19 ++++++++----------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/app/calls/app_languages.php b/app/calls/app_languages.php index c77204caa0..63ff713d58 100644 --- a/app/calls/app_languages.php +++ b/app/calls/app_languages.php @@ -138,13 +138,13 @@ $text['label-prompt']['pt-pt'] = "Perguntar para aceitar a chamada"; $text['label-prompt']['fr-fr'] = "Annonce pour accepter l'appel"; - $text['check-true']['en-us'] = "true"; - $text['ckeck-true']['es-cl'] = "verdadero"; + $text['check-true']['en-us'] = "True"; + $text['ckeck-true']['es-cl'] = "Verdadero"; $text['ckeck-true']['pt-pt'] = "Sim"; $text['ckeck-true']['fr-fr'] = "Oui"; - $text['check-false']['en-us'] = "false"; - $text['ckeck-false']['es-cl'] = "falso"; + $text['check-false']['en-us'] = "False"; + $text['ckeck-false']['es-cl'] = "Falso"; $text['ckeck-false']['pt-pt'] = "Não"; $text['ckeck-false']['fr-fr'] = "Non"; @@ -166,7 +166,7 @@ $text['confirm-update']['en-us'] = "Update Complete"; $text['confirm-update']['es-cl'] = "Actualización Completa"; $text['confirm-update']['pt-pt'] = "Actualização Efectuada"; - $text['confirm-update']['fr-fr'] = "Mis à jour"; + $text['confirm-update']['fr-fr'] = "Mis à jour"; $text['table-extension']['en-us'] = "Extension"; $text['table-extension']['es-cl'] = "Extensión"; diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index 32adc27dbf..e8ea71c190 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -44,8 +44,6 @@ else { function destination_select($select_name, $select_value, $select_default) { if (strlen($select_value) == 0) { $select_value = $select_default; } echo " \n"; - echo "\n"; - if ($call_prompt == "true") { - echo "\n"; - } - else { - echo "\n"; - } if ($call_prompt == "false") { - echo "\n"; + echo "\n"; } else { - echo "\n"; + echo "\n"; + } + if ($call_prompt == "true") { + echo "\n"; + } + else { + echo "\n"; } echo "\n"; echo "
\n";