From 2263b5c8c8ae25c85986d0bfb637cbcfb10b884a Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 22 Mar 2015 00:25:55 +0000 Subject: [PATCH] Time Conditions: Changed Advanced button (top) to Dialplan instead. --- app/time_conditions/app_languages.php | 5 +++++ app/time_conditions/time_condition_edit.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/time_conditions/app_languages.php b/app/time_conditions/app_languages.php index 600064f09f..8499442c9c 100644 --- a/app/time_conditions/app_languages.php +++ b/app/time_conditions/app_languages.php @@ -30,6 +30,11 @@ $text['button-advanced']['pt-pt'] = "Avancé"; $text['button-advanced']['fr-fr'] = "Avançado"; + $text['button-dialplan']['en-us'] = "Dialplan"; + $text['button-dialplan']['es-cl'] = "Agregar Plan de Marcado"; + $text['button-dialplan']['pt-pt'] = "Dialplan"; + $text['button-dialplan']['fr-fr'] = "Plan de num"; + $text['button-search']['en-us'] = "Search"; $text['button-search']['es-cl'] = "Buscar"; $text['button-search']['pt-pt'] = "Pesquisar"; diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 0cc6f9827e..ed98d07a62 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -777,7 +777,7 @@ echo " \n"; echo " \n"; echo " \n"; if (if_group("superadmin") && $action == 'update') { - echo " \n"; + echo " \n"; } echo " \n"; echo " \n";