On the funds page there is a Fund Filters form and a menu underneath this form.
When the form is hidden the contents of the page shift to the left overlapping
the menu. The menu underneath the fund filters form must have been a later
edition. This patch removes the line of javascript that shifts the contents of
the page after the form is hidden.
---
.../prog/en/modules/admin/aqbudgets.tt | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
index 12a70bc..7fa91f7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
@@ -133,7 +133,6 @@
$("#filterbutton").click(function() {
$("#fundfilters").slideToggle(0);
- $("#content").css({ marginLeft: $("#content").css("marginLeft")
== "4em"?"15em":"4em"});
});
});
//]]>
--
1.7.5.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/