Extension column add nowrap
This commit is contained in:
parent
c9c4683d0e
commit
e553e619bf
|
|
@ -824,7 +824,7 @@
|
|||
}
|
||||
//extension
|
||||
if (permission_exists('xml_cdr_extension')) {
|
||||
$content .= " <td class='middle'>".$row['extension']." ".escape($row['extension_name'])."</td>\n";
|
||||
$content .= " <td class='middle' nowrap='nowrap'>".$row['extension']." ".escape($row['extension_name'])."</td>\n";
|
||||
}
|
||||
//domain name
|
||||
if (permission_exists('xml_cdr_all') && $_REQUEST['show'] == "all") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue