Bugzilla – Attachment 172849 Details for
Bug 38191
Suggestions filters do not expand
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38191: Restore collapse/expand of filters on the suggestions page
Bug-38191-Restore-collapseexpand-of-filters-on-the.patch (text/plain), 3.46 KB, created by
David Nind
on 2024-10-17 09:54:09 UTC
(
hide
)
Description:
Bug 38191: Restore collapse/expand of filters on the suggestions page
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-10-17 09:54:09 UTC
Size:
3.46 KB
patch
obsolete
>From 39d6f03c790a88671eb92ac1503162ce922fcb8f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Oct 2024 11:20:20 +0200 >Subject: [PATCH] Bug 38191: Restore collapse/expand of filters on the > suggestions page > >Test plan: >Go to http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl >Confirm that you can expand the filters blocks on the left > >Filter by: > Bibliographic information > Suggestion information > Acquisition information > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/suggestion/suggestion.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index c8b2841a0d..a826bc0d0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -1079,8 +1079,8 @@ > <h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> > > <div id="limits"> >- <h4 class="local_collapse"><a href="#" data-bs-target="biblio_information">Bibliographic information</a></h4> >- <fieldset class="brief biblio_information"> >+ <h4 class="local_collapse"><a href="#" data-bs-target=".biblio_information" data-bs-toggle="collapse">Bibliographic information</a></h4> >+ <fieldset class="collapse biblio_information"> > <ol> > <li> > <label for="title"> Title:</label> >@@ -1112,8 +1112,8 @@ > <input type="submit" value="Go" /> > </fieldset> > >- <h4 class="local_collapse"><a href="#" data-bs-target="suggestion_information">Suggestion information</a></h4> >- <fieldset class="brief suggestion_information"> >+ <h4 class="local_collapse"><a href="#" data-bs-target=".suggestion_information" data-bs-toggle="collapse">Suggestion information</a></h4> >+ <fieldset class="collapse suggestion_information"> > <ol> > <li> > <label for="STATUS[% loop.index | html %]"> Status:</label> >@@ -1229,9 +1229,9 @@ > </fieldset> > > <h4 class="local_collapse"> >- <a href="#" data-bs-target="acquisition_information">Acquisition information</a> >+ <a href="#" data-bs-target=".acquisition_information" data-bs-toggle="collapse">Acquisition information</a> > </h4> >- <fieldset class="brief acquisition_information"> >+ <fieldset class="collapse acquisition_information"> > <ol> > <li> > [% PROCESS funds_dropdown %] >-- >2.39.5
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 38191
:
172847
|
172849
|
173351