From e582430ac8c19b360f8277f65b14ea614b84fcb0 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Tue, 18 May 2010 16:21:37 +0200 Subject: [PATCH] (bug #4523) possibility to show / hide the filters menu --- .../prog/en/modules/admin/aqbudgets.tmpl | 10 ++++++++-- 1 files 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 fdb7410..5418b4b 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 @@
-
+
@@ -386,7 +391,8 @@
-
+ Filters +

Fund filters

  1. -- 1.6.3.3