* change product/browse UI.

This commit is contained in:
Catouse
2018-05-21 17:54:43 +08:00
parent e7c3b4c99c
commit 44ee45537b
9 changed files with 40 additions and 57 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ $(function()
$("a[data-toggle='showModuleModal']").click(function(){$('#showModuleModal').modal('show')});
<?php endif;?>
var $btnToolbar = $('#main #mainContent form.main-table .table-header .btn-toolbar:first');
var $btnToolbar = $('#main .table-header .btn-toolbar:first');
if($btnToolbar.length > 0)
{
<?php $mode = isset($this->config->datatable->$datatableId->mode) ? $this->config->datatable->$datatableId->mode : 'table';?>