Update destination_edit.php
This commit is contained in:
@@ -865,7 +865,7 @@
|
|||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
if (permission_exists('outbound_caller_id_select')) {
|
if (permission_exists('destination_caller_id_name')) {
|
||||||
echo "<tr id='tr_caller_id_name'>\n";
|
echo "<tr id='tr_caller_id_name'>\n";
|
||||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
echo " ".$text['label-destination_caller_id_name']."\n";
|
echo " ".$text['label-destination_caller_id_name']."\n";
|
||||||
@@ -876,7 +876,9 @@
|
|||||||
echo $text['description-destination_caller_id_name']."\n";
|
echo $text['description-destination_caller_id_name']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
if (permission_exists('destination_caller_id_number')) {
|
||||||
echo "<tr id='tr_caller_id_number'>\n";
|
echo "<tr id='tr_caller_id_number'>\n";
|
||||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
echo " ".$text['label-destination_caller_id_number']."\n";
|
echo " ".$text['label-destination_caller_id_number']."\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user