Change labels from calll routing to call forward, call-forward to call_forward and follow-me to follow_me
This commit is contained in:
parent
1ac4316781
commit
060450b95f
|
|
@ -501,7 +501,7 @@
|
||||||
echo "<form method='post' name='frm' id='frm'>\n";
|
echo "<form method='post' name='frm' id='frm'>\n";
|
||||||
|
|
||||||
echo "<div class='action_bar' id='action_bar'>\n";
|
echo "<div class='action_bar' id='action_bar'>\n";
|
||||||
echo " <div class='heading'><b>".$text['title-call_routing']."</b></div>\n";
|
echo " <div class='heading'><b>".$text['title-call_forward']."</b></div>\n";
|
||||||
echo " <div class='actions'>\n";
|
echo " <div class='actions'>\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'=>'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;']);
|
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 "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td width='30%' class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td width='30%' class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
echo " <strong>".$text['label-call-forward']."</strong>\n";
|
echo " <strong>".$text['label-call_forward']."</strong>\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td width='70%' class='vtable' align='left'>\n";
|
echo "<td width='70%' class='vtable' align='left'>\n";
|
||||||
$on_click = "document.getElementById('follow_me_disabled').checked=true; ";
|
$on_click = "document.getElementById('follow_me_disabled').checked=true; ";
|
||||||
|
|
@ -620,7 +620,7 @@
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
echo " <strong>".$text['label-follow-me']."</strong>\n";
|
echo " <strong>".$text['label-follow_me']."</strong>\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\n";
|
echo "<td class='vtable' align='left'>\n";
|
||||||
$on_click = "document.getElementById('forward_all_disabled').checked=true; ";
|
$on_click = "document.getElementById('forward_all_disabled').checked=true; ";
|
||||||
|
|
@ -793,4 +793,4 @@
|
||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue