* bug #15017, adjust table style in product/all in tutorial mode.
This commit is contained in:
@@ -238,4 +238,10 @@
|
||||
</div>
|
||||
<?php js::set('orderBy', $orderBy)?>
|
||||
<?php js::set('browseType', $browseType)?>
|
||||
<?php if(commonModel::isTutorialMode()): ?>
|
||||
<style>
|
||||
#productListForm {overflow: hidden;}
|
||||
#productList .table-nest-title {width: 200px;}
|
||||
</style>
|
||||
<?php endif; ?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user