aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/admin.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-06-09 09:31:55 +0000
committernikrou <nikrou@piwigo.org>2010-06-09 09:31:55 +0000
commit6b0aebc1b5e077ae82e047ba474b7230fd723e39 (patch)
treec4f82184e4840416bffdd7f6c4340464a0d0ee9c /admin/themes/default/template/admin.tpl
parent35275b920a8d5bd7cc3c9607c26fcebed3fe4070 (diff)
Feature 1728 fixed : use autoHeight accordion param
git-svn-id: http://piwigo.org/svn/trunk@6496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/admin.tpl')
-rw-r--r--admin/themes/default/template/admin.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl
index f95173a02..5ec46d4e6 100644
--- a/admin/themes/default/template/admin.tpl
+++ b/admin/themes/default/template/admin.tpl
@@ -7,6 +7,7 @@ jQuery().ready(function(){ldelim}
jQuery('#menubar').accordion({ldelim}
header: "dt.rdion",
event: "click",
+ autoHeight: false,
active: {$ACTIVE_MENU}
});
});