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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl (-3 / +8 lines)
Lines 129-134 Link Here
129
        <!-- TMPL_ELSE -->
129
        <!-- TMPL_ELSE -->
130
        $("#budgeth").treeTable();
130
        $("#budgeth").treeTable();
131
        <!-- /TMPL_IF -->
131
        <!-- /TMPL_IF -->
132
133
        $("#filterbutton").click(function() {
134
            $("#fundfilters").slideToggle(0);
135
            $("#content").css({ marginLeft:  $("#content").css("marginLeft") == "4em"?"15em":"4em"});
136
        });
132
    });
137
    });
133
//]]>
138
//]]>
134
</script>
139
</script>
Lines 147-153 Link Here
147
<div id="doc3" class="yui-t2">
152
<div id="doc3" class="yui-t2">
148
<div id="bd">
153
<div id="bd">
149
<div id="yui-main">
154
<div id="yui-main">
150
<div class="yui-b">
155
<div class="yui-b" id="content">
151
156
152
<!-- TMPL_UNLESS name="delete_confirm" --><!-- TMPL_INCLUDE NAME="budgets-admin-toolbar.inc" --><!-- /TMPL_UNLESS -->
157
<!-- TMPL_UNLESS name="delete_confirm" --><!-- TMPL_INCLUDE NAME="budgets-admin-toolbar.inc" --><!-- /TMPL_UNLESS -->
153
<!-- TMPL_IF name="else" -->
158
<!-- TMPL_IF name="else" -->
Lines 386-392 Link Here
386
</div>
391
</div>
387
<div class="yui-b">
392
<div class="yui-b">
388
<!-- TMPL_IF NAME="else" --><form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get">
393
<!-- TMPL_IF NAME="else" --><form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get">
389
    <fieldset class="brief">
394
    <a href="#" id="filterbutton">Filters</a>
395
    <fieldset class="brief" id="fundfilters">
390
    <h4>Fund filters</h4>
396
    <h4>Fund filters</h4>
391
        <ol>
397
        <ol>
392
        <li>
398
        <li>
393
- 

Return to bug 4523