* Adjust the cases of the all products.
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
|
||||
<tr <?php echo $trAttrs;?>>
|
||||
<td class='c-name text-left <?php if($canOrder) echo 'sort-handler';?>' title='<?php echo $program->name?>'>
|
||||
<span class="table-nest-icon icon icon-<?php echo $program->type; ?>"></span>
|
||||
<?php $class = $program->type == 'program' ? ' table-nest-toggle' : '';?>
|
||||
<span class="table-nest-icon icon icon-<?php echo $program->type;?> <?php echo $class;?>"></span>
|
||||
<?php if($program->type == 'program'):?>
|
||||
<?php echo html::a($this->createLink('program', 'product', "programID=$program->id"), $program->name);?>
|
||||
<?php else:?>
|
||||
@@ -122,7 +123,6 @@
|
||||
#programList .c-actions {overflow: visible;}
|
||||
#programTableList > tr:last-child .c-actions .dropdown-menu {top: auto; bottom: 100%; margin-bottom: -5px;}
|
||||
#programTableList .icon-project:before {content: '\e99c'; width: 22px; height: 22px; background: none; color: #16a8f8; top: 0; line-height: 22px; margin-right: 2px; font-size: 14px}
|
||||
#programTableList .no-nest .icon-program:before, #programTableList .is-nest-child .icon-program:before {width: 10px; min-width: 10px; height: 10px; top: 1px}
|
||||
</style>
|
||||
<?php js::set('originOrders', $originOrders);?>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user