Bugzilla – Attachment 2140 Details for
Bug 4523
aqbudgets.pl - possibility to show / hide the filters menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[replace previous] bug 4523 possibility to show hide the filters menu
0001-[replace previous]bug-4523-possibility-to-show-hide-the-filters-menu.patch (text/plain), 1.59 KB, created by
Chris Cormack
on 2010-05-18 14:26:00 UTC
(
hide
)
Description:
[replace previous] bug 4523 possibility to show hide the filters menu
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-05-18 14:26:00 UTC
Size:
1.59 KB
patch
obsolete
>From e582430ac8c19b360f8277f65b14ea614b84fcb0 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >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 @@ > <!-- TMPL_ELSE --> > $("#budgeth").treeTable(); > <!-- /TMPL_IF --> >+ >+ $("#filterbutton").click(function() { >+ $("#fundfilters").slideToggle(0); >+ $("#content").css({ marginLeft: $("#content").css("marginLeft") == "4em"?"15em":"4em"}); >+ }); > }); > //]]> > </script> >@@ -147,7 +152,7 @@ > <div id="doc3" class="yui-t2"> > <div id="bd"> > <div id="yui-main"> >-<div class="yui-b"> >+<div class="yui-b" id="content"> > > <!-- TMPL_UNLESS name="delete_confirm" --><!-- TMPL_INCLUDE NAME="budgets-admin-toolbar.inc" --><!-- /TMPL_UNLESS --> > <!-- TMPL_IF name="else" --> >@@ -386,7 +391,8 @@ > </div> > <div class="yui-b"> > <!-- TMPL_IF NAME="else" --><form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get"> >- <fieldset class="brief"> >+ <a href="#" id="filterbutton">Filters</a> >+ <fieldset class="brief" id="fundfilters"> > <h4>Fund filters</h4> > <ol> > <li> >-- >1.6.3.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4523
:
2139
| 2140