* Fix bug #13692.
This commit is contained in:
@@ -35,7 +35,8 @@
|
|||||||
#sidebar>.cell {width: 100%;}
|
#sidebar>.cell {width: 100%;}
|
||||||
|
|
||||||
.main-table thead>tr:first-of-type>th {border-left: 1px solid #ddd;}
|
.main-table thead>tr:first-of-type>th {border-left: 1px solid #ddd;}
|
||||||
th.table-nest-title .table-nest-toggle {margin-top: 8px; margin-left: 35px;}
|
th.table-nest-title .nest-has-checkbox {margin-top: 8px; margin-left: 35px;}
|
||||||
|
th.table-nest-title .nest-none-checkbox {margin-top: 8px; margin-left: 5px;}
|
||||||
th.table-nest-title .header {margin-left: 5px;}
|
th.table-nest-title .header {margin-left: 5px;}
|
||||||
th.table-nest-title .sort-up {padding-left: 5px;}
|
th.table-nest-title .sort-up {padding-left: 5px;}
|
||||||
th.table-nest-title .sort-down {padding-left: 5px;}
|
th.table-nest-title .sort-down {padding-left: 5px;}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
<tr class="text-center">
|
<tr class="text-center">
|
||||||
<th class='table-nest-title text-left' rowspan="2">
|
<th class='table-nest-title text-left' rowspan="2">
|
||||||
<?php if($canBatchEdit) echo "<div class='checkbox-primary check-all' title='{$this->lang->selectAll}'><label></label></div>";?>
|
<?php if($canBatchEdit) echo "<div class='checkbox-primary check-all' title='{$this->lang->selectAll}'><label></label></div>";?>
|
||||||
<a class='table-nest-toggle table-nest-toggle-global' data-expand-text='<?php echo $lang->expand; ?>' data-collapse-text='<?php echo $lang->collapse; ?>'></a>
|
<a class='table-nest-toggle table-nest-toggle-global <?php echo $canBatchEdit ? 'nest-has-checkbox' : 'nest-none-checkbox';?>' data-expand-text='<?php echo $lang->expand; ?>' data-collapse-text='<?php echo $lang->collapse; ?>'></a>
|
||||||
<?php common::printOrderLink('name', $orderBy, $vars, $lang->product->name);?>
|
<?php common::printOrderLink('name', $orderBy, $vars, $lang->product->name);?>
|
||||||
</th>
|
</th>
|
||||||
<?php if($this->config->URAndSR):?>
|
<?php if($this->config->URAndSR):?>
|
||||||
|
|||||||
Reference in New Issue
Block a user