From a8110fd0363d3820ed2afe48a5702d4704f41459 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Wed, 23 Jul 2014 13:37:02 +0200 Subject: [PATCH] Remove list-function minimize size for importzones div --- css/base.css | 4 ++++ index.php | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/base.css b/css/base.css index a0dc48e..ccdeb1a 100644 --- a/css/base.css +++ b/css/base.css @@ -16,6 +16,10 @@ body, html { font-size: 14px; line-height: 1.3; } +#ImportZone { + height: 0px; + width: 0px; +} .tables { float: right; width: 89%; diff --git a/index.php b/index.php index e82bbff..acb58aa 100644 --- a/index.php +++ b/index.php @@ -442,8 +442,7 @@ $(document).ready(function () { $('#ImportZone').jtable({ title: 'Import zone', actions: { - createAction: 'zones.php?action=create', - listAction: 'zones.php?action=list', + createAction: 'zones.php?action=create' }, fields: { id: {