From 3ec32f45699dfc234986d3125321d41ef16e27d6 Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 10 May 2018 13:49:13 +0800 Subject: [PATCH] * hide datatable btn. --- module/common/view/datatable.fix.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/view/datatable.fix.html.php b/module/common/view/datatable.fix.html.php index ad2b9f087a..c10e9432b7 100644 --- a/module/common/view/datatable.fix.html.php +++ b/module/common/view/datatable.fix.html.php @@ -6,8 +6,8 @@ $(function() if($btnToolbar.length > 0) { config->datatable->$datatableId->mode) ? $this->config->datatable->$datatableId->mode : 'table';?> - $btnToolbar.append("'>datatable->table?>"); - $btnToolbar.append("'>datatable->datatable?>"); + // $btnToolbar.append("'>datatable->table?>"); + // $btnToolbar.append("'>datatable->datatable?>"); $btnToolbar.append(""); $('#sidebar .cell .text-center:last').append("datatable->showModule?>
");