* Fix bug #17316.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
table td, table th {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.c-phone {width: 120px;}
|
||||
.c-email {width: 200px;}
|
||||
.c-name {width: 120px;}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<th class='c-id'>
|
||||
<?php common::printOrderLink('id', $orderBy, $vars, $lang->idAB);?>
|
||||
</th>
|
||||
<th><?php echo $lang->stakeholder->name;?></th>
|
||||
<th class="c-name"><?php echo $lang->stakeholder->name;?></th>
|
||||
<th class="c-type"><?php echo $lang->stakeholder->common . $lang->stakeholder->type;?></th>
|
||||
<th class="c-phone"><?php echo $lang->stakeholder->phone;?></th>
|
||||
<th class="c-qq"><?php echo $lang->stakeholder->qq;?></th>
|
||||
|
||||
Reference in New Issue
Block a user