Bugzilla – Attachment 42323 Details for
Bug 10937
Advanced search: Hide itemtypes from search form & Group itemtypes together into one search option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10937 - Fix Seach Type in Advanced Search
Bug-10937---Fix-Seach-Type-in-Advanced-Search.patch (text/plain), 1.63 KB, created by
Genevieve Plantin
on 2015-09-03 13:39:44 UTC
(
hide
)
Description:
Bug 10937 - Fix Seach Type in Advanced Search
Filename:
MIME Type:
Creator:
Genevieve Plantin
Created:
2015-09-03 13:39:44 UTC
Size:
1.63 KB
patch
obsolete
>From 5cb3b8bad5962aaacde3bc3e5aeb4238548b5bd2 Mon Sep 17 00:00:00 2001 >From: Blou <philippe.blouin@inlibro.com> >Date: Fri, 21 Aug 2015 09:01:47 -0400 >Subject: [PATCH] Bug 10937 - Fix Seach Type in Advanced Search > >In order to see the checkboxes of the Collection and Shelving location of the advanced search, the if changed so that only the Itemtypes will go through the previous if >--- > .../bootstrap/en/modules/opac-advsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >index 299c57a..090a708 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >@@ -134,7 +134,7 @@ > <legend>Limit to any of the following:</legend> > <div class="row-fluid"> > [% FOREACH itemtypeloo IN advsearchloo.code_loop %] >- [% IF ((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1) %] >+ [% IF (advsearchloo.advanced_search_type != 'itemtypes') OR (((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1)) %] > <div class="span3"> > <input type="checkbox" > id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" >-- >1.7.9.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 10937
:
22007
|
22276
|
24596
|
24597
|
24778
|
24779
|
24782
|
28571
|
28572
|
28573
|
28575
|
28576
|
28579
|
28624
|
28626
|
29383
|
30308
|
31896
|
34419
|
34635
|
34667
|
35452
|
36191
|
36240
|
36856
|
40884
| 42323