From 52f8dceefe113e97a3eec1a3323494a39e7810c0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 2 May 2014 08:03:16 +0000 Subject: [PATCH] Add search to dialplan -> destinations and accounts -> extensions --- app/destinations/app_languages.php | 5 +++++ app/destinations/destinations.php | 7 ++++++- app/devices/app_languages.php | 5 +++++ app/extensions/app_languages.php | 5 +++++ app/extensions/extensions.php | 6 ++++++ 5 files changed, 27 insertions(+), 1 deletion(-) diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index 56429c2b77..748c4efa39 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -167,6 +167,11 @@ $text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['fr-fr'] = "Retour"; + $text['button-search']['en-us'] = "Search"; + $text['button-search']['es-cl'] = "Buscar"; + $text['button-search']['pt-pt'] = "Pesquisar"; + $text['button-search']['fr-fr'] = "Chercher"; + $text['confirm-delete']['en-us'] = "Do you really want to delete this?"; $text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?"; $text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?"; diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 52ab4cc08d..3ab5e0d8d8 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -59,7 +59,12 @@ require_once "resources/paging.php"; echo "\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo "
".$text['header-destinations']." 
\n"; + echo " "; + echo " "; + echo "
\n"; diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index f135b55c1f..b84c521688 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -669,6 +669,11 @@ $text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['fr-fr'] = "Retour"; + $text['button-search']['en-us'] = "Search"; + $text['button-search']['es-cl'] = "Buscar"; + $text['button-search']['pt-pt'] = "Pesquisar"; + $text['button-search']['fr-fr'] = "Chercher"; + $text['label-tools']['en-us'] = "Tools"; $text['label-tools']['es-cl'] = "Instrumentos"; $text['label-tools']['pt-pt'] = "Ferramentas"; diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index e89cc0552b..a08b80632c 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -567,6 +567,11 @@ $text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['fr-fr'] = "Retour"; + $text['button-search']['en-us'] = "Search"; + $text['button-search']['es-cl'] = "Buscar"; + $text['button-search']['pt-pt'] = "Pesquisar"; + $text['button-search']['fr-fr'] = "Chercher"; + $text['message-message']['en-us'] = "Message"; $text['message-message']['es-cl'] = "Mensaje"; $text['message-message']['pt-pt'] = "Mensagem"; diff --git a/app/extensions/extensions.php b/app/extensions/extensions.php index cf716b4276..6d7f07767c 100644 --- a/app/extensions/extensions.php +++ b/app/extensions/extensions.php @@ -64,6 +64,12 @@ require_once "resources/paging.php"; echo " ".$text['header-extensions']."
\n"; echo " ".$text['description-extensions']."\n"; echo "
\n"; + echo " "; + echo " "; + echo "
\n"; echo "
";