mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
CDR: Minor visual adjustment on table cell if CID Name not present.
This commit is contained in:
@@ -465,7 +465,7 @@ else {
|
||||
}
|
||||
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||
echo $row['caller_id_name'].' ';
|
||||
echo $row['caller_id_name'].' ';
|
||||
echo " </td>\n";
|
||||
|
||||
echo " <td valign='top' class='".$row_style[$c]." tr_link_void'>";
|
||||
|
||||
Reference in New Issue
Block a user