This commit is contained in:
holan20180123
2021-07-16 11:40:49 +08:00
parent 4e85c05ae9
commit 51cf6d2aa0
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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;}
+1 -1
View File
@@ -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):?>