\n";
- echo "
".$text['title-call_routing']."
\n";
+ echo "
".$text['title-call_forward']."
\n";
echo "
\n";
echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'id'=>'btn_back','link'=>'calls.php']);
echo button::create(['type'=>'submit','label'=>$text['button-save'],'icon'=>$_SESSION['theme']['button_icon_save'],'id'=>'btn_save','style'=>'margin-left: 15px;']);
@@ -516,7 +516,7 @@
echo "
\n";
echo "| \n";
- echo " ".$text['label-call-forward']."\n";
+ echo " ".$text['label-call_forward']."\n";
echo " | \n";
echo "\n";
$on_click = "document.getElementById('follow_me_disabled').checked=true; ";
@@ -620,7 +620,7 @@
echo " |
\n";
echo "| \n";
- echo " ".$text['label-follow-me']."\n";
+ echo " ".$text['label-follow_me']."\n";
echo " | \n";
echo "\n";
$on_click = "document.getElementById('forward_all_disabled').checked=true; ";
@@ -793,4 +793,4 @@
//include the footer
require_once "resources/footer.php";
-?>
\ No newline at end of file
+?>
|