From be8c7f9dd1bc8424232f25bfebd7afab3750d2ca Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Thu, 24 Jun 2010 19:26:15 +0200 Subject: [PATCH] (bug #4523) possibility to show / hide the filters menu Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl index e0644a6bfa..ce4d7da0cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl @@ -129,6 +129,11 @@ $("#budgeth").treeTable(); + + $("#filterbutton").click(function() { + $("#fundfilters").slideToggle(0); + $("#content").css({ marginLeft: $("#content").css("marginLeft") == "4em"?"15em":"4em"}); + }); }); //]]> @@ -147,7 +152,7 @@
-
+
@@ -393,7 +398,8 @@
-
+ Filters +

Fund filters

  1. -- 2.39.2