diff --git a/app/calls/app_languages.php b/app/calls/app_languages.php index dcdab4d5d8..441a67f58a 100644 --- a/app/calls/app_languages.php +++ b/app/calls/app_languages.php @@ -1,90 +1,87 @@ \ No newline at end of file diff --git a/app/calls/v_calls.php b/app/calls/v_calls.php index 506eab3be4..c39f8d55fe 100644 --- a/app/calls/v_calls.php +++ b/app/calls/v_calls.php @@ -35,15 +35,16 @@ else { } //get the https values and set as variables -$order_by = check_str($_GET["order_by"]); -$order = check_str($_GET["order"]); + $order_by = check_str($_GET["order_by"]); + $order = check_str($_GET["order"]); //add multi-lingual support + unset($text); echo "\n"; foreach($text as $key => $value) { - $text[$key] = $value[$_SESSION['domain']['language']['code']]; + $text[$key] = $value[$_SESSION['domain']['language']['code']]; } //begin the content @@ -59,7 +60,7 @@ $order = check_str($_GET["order"]); echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -154,15 +155,15 @@ $order = check_str($_GET["order"]); echo " \n"; echo " \n"; echo " \n"; @@ -196,4 +197,4 @@ $order = check_str($_GET["order"]); require_once "includes/footer.php"; } -?> +?> \ No newline at end of file
".$text['title']."
\n"; - echo " ".$text['description2']."\n"; + echo " ".$text['description-2']."\n"; echo " ".$text['description-3']." \n"; echo "
".$row['extension']."\n"; if (permission_exists('call_forward')) { - echo " ".$text['label-call-forward']." \n"; + echo " ".$text['label-call-forward']." \n"; echo "   \n"; } if (permission_exists('follow_me')) { - echo " ".$text['label-follow-me']." \n"; + echo " ".$text['label-follow-me']." \n"; echo "   \n"; } if (permission_exists('do_not_disturb')) { - echo " ".$text['label-dnd']." \n"; + echo " ".$text['label-dnd']." \n"; } echo " ".$row['description']."