Call Forwarding (on Busy): Minor visual mods.
This commit is contained in:
parent
f67da10023
commit
f12aace312
|
|
@ -25,8 +25,11 @@
|
||||||
$text['label-call-forward']['pt-pt'] = "Encaminhamento de Chamadas";
|
$text['label-call-forward']['pt-pt'] = "Encaminhamento de Chamadas";
|
||||||
$text['label-call-forward']['fr-fr'] = "Renvoi d'appel";
|
$text['label-call-forward']['fr-fr'] = "Renvoi d'appel";
|
||||||
|
|
||||||
$text['label-forward-busy']['en-us'] = "Forward on busy";
|
$text['label-on-busy']['en-us'] = "On Busy";
|
||||||
$text['label-forward-busy']['it-it'] = "Rinvio su occupato";
|
$text['label-on-busy']['es-cl'] = "Concurrida";
|
||||||
|
$text['label-on-busy']['pt-pt'] = "Movimentado";
|
||||||
|
$text['label-on-busy']['fr-fr'] = "Sur Occupé";
|
||||||
|
$text['label-on-busy']['it-it'] = "Rinvio su occupato";
|
||||||
|
|
||||||
$text['label-enabled']['en-us'] = "Enabled";
|
$text['label-enabled']['en-us'] = "Enabled";
|
||||||
$text['label-enabled']['es-cl'] = "Activo";
|
$text['label-enabled']['es-cl'] = "Activo";
|
||||||
|
|
|
||||||
|
|
@ -538,17 +538,9 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
echo "<br />\n";
|
echo "<br />\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
echo "<tr>\n";
|
|
||||||
echo "<td colspan='2'>\n";
|
|
||||||
echo " <br />\n";
|
|
||||||
echo "</td>\n";
|
|
||||||
echo "</tr>\n";
|
|
||||||
|
|
||||||
/* BUSY handling */
|
|
||||||
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-forward-busy'].":</strong>\n";
|
echo " ".$text['label-on-busy'].":\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('dnd_enabled').checked=false;";
|
$on_click = "document.getElementById('dnd_enabled').checked=false;";
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,6 @@ else {
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['extension']."</td>\n";
|
echo " <td valign='top' class='".$row_style[$c]."'>".$row['extension']."</td>\n";
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>\n";
|
echo " <td valign='top' class='".$row_style[$c]."'>\n";
|
||||||
if (permission_exists('call_forward')) { echo "<a href='".$tr_url."'>".$text['label-call-forward']."</a> "; }
|
if (permission_exists('call_forward')) { echo "<a href='".$tr_url."'>".$text['label-call-forward']."</a> "; }
|
||||||
if (permission_exists('call_forward')) { echo "<a href='".$tr_url."'>".$text['label-forward-busy']."</a> "; }
|
|
||||||
if (permission_exists('follow_me')) { echo "<a href='".$tr_url."'>".$text['label-follow-me']."</a> "; }
|
if (permission_exists('follow_me')) { echo "<a href='".$tr_url."'>".$text['label-follow-me']."</a> "; }
|
||||||
if (permission_exists('do_not_disturb')) { echo "<a href='".$tr_url."'>".$text['label-dnd']."</a>"; }
|
if (permission_exists('do_not_disturb')) { echo "<a href='".$tr_url."'>".$text['label-dnd']."</a>"; }
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue