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