CDR: Minor visual adjustment on table cell if CID Name not present.
This commit is contained in:
parent
77590a299f
commit
f8b93f774c
|
|
@ -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'>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue