* Fix bug #11773.
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
.data-basic.table-data tbody > tr > th {width: 100px;}
|
||||
.col-12 .cell table td {word-wrap: break-word; word-break: normal;}
|
||||
td.normal {color: #00da88;}
|
||||
td.acl {white-space: nowrap;}
|
||||
.row > .col-sm-12:first-child {padding-bottom: 20px;}
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<th class="w-80px"><?php echo $lang->productCommon . $lang->product->status;?></th>
|
||||
<td class="<?php echo $product->status;?>"><strong><?php echo zget($lang->product->statusList, $product->status);?></strong></td>
|
||||
<th><?php echo $lang->product->acl;?></th>
|
||||
<td><strong><?php echo $lang->product->aclList[$product->acl];?></strong></td>
|
||||
<td class='acl'><strong><?php echo $lang->product->aclList[$product->acl];?></strong></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<?php if($product->acl == 'custom'):?>
|
||||
|
||||
Reference in New Issue
Block a user