View | Details | Raw Unified | Return to bug 7114
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 lines)
Lines 133-139 Link Here
133
133
134
        $("#filterbutton").click(function() {
134
        $("#filterbutton").click(function() {
135
            $("#fundfilters").slideToggle(0);
135
            $("#fundfilters").slideToggle(0);
136
            $("#content").css({ marginLeft:  $("#content").css("marginLeft") == "4em"?"15em":"4em"});
137
        });
136
        });
138
    });
137
    });
139
//]]>
138
//]]>
140
- 

Return to bug 7114