Bugzilla – Attachment 53694 Details for
Bug 16950
Serials subscriptions advanced search shows '0 found' pre-search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16950: Serials subscriptions advanced search shows '0 found' pre-search
Bug-16950-Serials-subscriptions-advanced-search-sh.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2016-07-25 15:43:23 UTC
(
hide
)
Description:
Bug 16950: Serials subscriptions advanced search shows '0 found' pre-search
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-25 15:43:23 UTC
Size:
1.67 KB
patch
obsolete
>From 61dec20a35a807e9d069fb09eb5a7dd05b20c4bd Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Wed, 20 Jul 2016 23:39:42 +0000 >Subject: [PATCH] Bug 16950: Serials subscriptions advanced search shows '0 > found' pre-search > >To test: >1) Go to Serials >2) Click Advanced Search in the toolbar at the top >3) Notice heading says Serials subscriptions (0 found) before a search has even happened >4) Apply patch and click Advanced Search again >5) Heading should now say Serials subscriptions search >6) Submit search >7) Heading should say how many subscriptions your search found (like before) > >Sponsored-by: Catalyst IT > >Signed-off-by: Marc <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >index aa0ad03..4ff2414 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >@@ -52,7 +52,12 @@ > <div class="yui-b"> > [% INCLUDE 'serials-toolbar.inc' %] > >- <h2>Serials subscriptions ([% total %] found)</h2> >+ [% IF ( done_searched ) %] >+ <h2>Serials subscriptions ([% total %] found)</h2> >+ [% ELSE %] >+ <h2>Serials subscriptions search</h2> >+ [% END %] >+ > [% UNLESS ( done_searched ) %] > <div id="advsearch" style="padding-bottom:3em;"> > <form action="/cgi-bin/koha/serials/serials-search.pl" method="get"> >-- >2.8.1
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 16950
:
53548
|
53554
| 53694