Update ring_group_edit.php
This commit is contained in:
parent
107ca90a52
commit
49495b3337
|
|
@ -868,7 +868,7 @@
|
|||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-forwarding']."\n";
|
||||
echo " ".$text['label-ring_group_forward']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='ring_group_forward_enabled' id='ring_group_forward_enabled' onchange=\"(this.selectedIndex == 1) ? document.getElementById('ring_group_forward_destination').focus() : null;\">";
|
||||
|
|
|
|||
Loading…
Reference in New Issue