diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php index 6f9165181c..0b88854e15 100644 --- a/app/call_block/app_languages.php +++ b/app/call_block/app_languages.php @@ -16,9 +16,9 @@ $text['label-name']['pt-pt'] = "Nome"; $text['label-name']['fr-fr'] = "Nom"; - $text['label-Count']['en-us'] = "Count"; - $text['label-Count']['pt-pt'] = "Contagem"; - $text['label-Count']['fr-fr'] = "Décompte"; + $text['label-count']['en-us'] = "Count"; + $text['label-count']['pt-pt'] = "Contagem"; + $text['label-count']['fr-fr'] = "Décompte"; $text['label-date-added']['en-us'] = "Date Added"; $text['label-date-added']['pt-pt'] = "Data adicionada"; diff --git a/app/call_block/call_block_edit.php b/app/call_block/call_block_edit.php index 155998c046..1b9192a3e5 100644 --- a/app/call_block/call_block_edit.php +++ b/app/call_block/call_block_edit.php @@ -321,14 +321,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $action = $pieces[0]; $extension = $pieces[2]; if ($action == "Reject") { - echo " \n"; - } else { - echo " \n"; + echo " \n"; + echo " \n"; } if ($action == "Busy") { - echo " \n"; - } else { - echo " \n"; + echo " \n"; + echo " \n"; } call_block_get_extensions($extension); echo " \n"; @@ -346,16 +344,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo "
\n";