CDR: Minor visual adjustment on table cell if CID Name not present.
This commit is contained in:
parent
bf6a8dd2b0
commit
a5a6af2ba8
|
|
@ -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