diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index f2ae0c269e..5ff97f7cd0 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -42,6 +42,10 @@ $apps[$x]['permissions'][$y]['name'] = 'destination_domain'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $y++; + $apps[$x]['permissions'][$y]['name'] = 'destination_show_all'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + //schema details $y = 0; //table array index diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index 2d5b47e559..0424bd4b7e 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -275,4 +275,14 @@ $text["billing-warning"]["es-cl"] = "Si está utilizando la aplicación de factu $text["billing-warning"]["pt-pt"] = "Se você estiver usando o aplicativo de faturamento fusionpbx, certifique-se de adicionar variáveis accountcode e carrier"; $text["billing-warning"]["fr-fr"] = "Si vous utilisez l'application de facturation fusionpbx, assurez-vous d'ajouter des variables de accountcode et carrier"; +$text['button-show_all']['en-us'] = "Show All"; +$text['button-show_all']['es-cl'] = "Mostrar Todos"; +$text['button-show_all']['pt-pt'] = "Mostrar Todos"; +$text['button-show_all']['fr-fr'] = "Montrer Tout"; + +$text['label-domain-name']['en-us'] = "Domain Name"; +$text['label-domain-name']['es-cl'] = "Nombre de Dominio"; +$text['label-domain-name']['pt-pt'] = "Nome de Domínio"; +$text['label-domain-name']['fr-fr'] = "Nom de Domaine"; + ?> \ No newline at end of file diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index aff60cbea2..900714e1d0 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -53,6 +53,11 @@ else { echo "