From 931b30db24d17d54d70718066bb88be8413b46c5 Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 13 Jun 2016 13:05:55 -0600 Subject: [PATCH 1/4] Call Flows: Restore missing quote in app_languages.php. --- app/call_flows/app_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_flows/app_languages.php b/app/call_flows/app_languages.php index 6a7b5096a8..639e125ea9 100644 --- a/app/call_flows/app_languages.php +++ b/app/call_flows/app_languages.php @@ -277,7 +277,7 @@ $text['description-alternate_destination']['fr-fr'] = "Choisir la destination al $text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo"; $text['description-alternate_destination']['pl'] = "Wybierz alternatywną destynację"; $text['description-alternate_destination']['sv-se'] = "Välj den alternativa destinationen."; -$text['description-alternate_destination']['uk'] = Виберіть інше розташування."; +$text['description-alternate_destination']['uk'] = "Виберіть інше розташування."; $text['description-alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel."; $text['description-sound']['en-us'] = "Select the sound to play when the status is set to the destinations."; From b0e77d1295cc33cd1ccd98c1aa80f3752211f439 Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 13 Jun 2016 14:53:17 -0600 Subject: [PATCH 2/4] MOH: Fix style issue during playback. --- app/music_on_hold/music_on_hold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index 9abfba4e19..ba2f967187 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -406,7 +406,7 @@ else { $file_size = byte_convert($file_size); //playback progress bar - echo "\n"; + echo "\n"; echo "\n"; echo " ".$file."\n"; From b992addd0b9c95b11a09db018f1826e9b0206eef Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 13 Jun 2016 15:27:57 -0600 Subject: [PATCH 3/4] Voicemail Greetings: Fix style effecting radio button padding. --- app/voicemail_greetings/voicemail_greetings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/voicemail_greetings/voicemail_greetings.php b/app/voicemail_greetings/voicemail_greetings.php index bb7acaa185..3f5bf828ed 100644 --- a/app/voicemail_greetings/voicemail_greetings.php +++ b/app/voicemail_greetings/voicemail_greetings.php @@ -383,9 +383,9 @@ require_once "resources/check_auth.php"; } $tr_link = (permission_exists('voicemail_greeting_edit')) ? "href='voicemail_greeting_edit.php?id=".$row['voicemail_greeting_uuid']."&voicemail_id=".$voicemail_id."'" : null; echo "\n"; - echo " "; + echo " "; $selected = ($row['greeting_id'] == $selected_greeting_id) ? true : false; - echo "\n"; + echo "\n"; echo " \n"; echo " ".$row['greeting_id']."\n"; echo " ".$row['greeting_name']."\n"; From 01964bb5ab071a69b44c48bb9a968516c430c57c Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 13 Jun 2016 16:58:52 -0600 Subject: [PATCH 4/4] Command: Remove blank option from handler select element. --- app/exec/exec.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/exec/exec.php b/app/exec/exec.php index b48b935d6c..4ff3277581 100644 --- a/app/exec/exec.php +++ b/app/exec/exec.php @@ -218,7 +218,6 @@ if (permission_exists('exec_switch') || permission_exists('exec_php') || permission_exists('exec_command') || permission_exists('exec_sql')) { echo "