Update caller_id.php

Corrected the column names for caller ID name and number on the dashboard card, to match whats on the extensions page
This commit is contained in:
n0obHere 2025-03-14 12:19:34 -04:00 committed by GitHub
parent 67d9d36eeb
commit c4b023db2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -254,9 +254,9 @@
echo "<table class='tr_hover' width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo "<tr style='position: -webkit-sticky; position: sticky; z-index: 5; top: 0;'>\n";
echo "<th class='hud_heading'>".$text['label-extension']."</th>\n";
echo "<th class='hud_heading'>".$text['label-caller_id']."</th>\n";
echo "<th class='hud_heading'>".$text['label-outbound_cid_name']."</th>\n";
if (!permission_exists('outbound_caller_id_select')) {
echo "<th class='hud_heading'>".$text['label-destination']."</th>\n";
echo "<th class='hud_heading'>".$text['label-outbound_cid_number']."</th>\n";
}
echo "</tr>\n";