mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Update destination_edit.php
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user