Remove list-function minimize size for importzones div

This commit is contained in:
Mark Schouten 2014-07-23 13:37:02 +02:00
parent 3cf89d350a
commit a8110fd036
2 changed files with 5 additions and 2 deletions

View file

@ -16,6 +16,10 @@ body, html {
font-size: 14px;
line-height: 1.3;
}
#ImportZone {
height: 0px;
width: 0px;
}
.tables {
float: right;
width: 89%;

View file

@ -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: {