Bugzilla – Attachment 3899 Details for
Bug 6170
'More options' in advanced search broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch (Intranet)
0001-Bug-6170-restore-more-options-to-staff-adv-search.patch (text/plain), 2.45 KB, created by
Colin Campbell
on 2011-04-12 14:09:11 UTC
(
hide
)
Description:
Proposed Patch (Intranet)
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-04-12 14:09:11 UTC
Size:
2.45 KB
patch
obsolete
>From f45a3b3c31ae4fcafde72b52a10dd13f1672909c Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 12 Apr 2011 15:05:41 +0100 >Subject: [PATCH] Bug 6170: restore more options to staff adv search >Content-Type: text/plain; charset="utf-8" > >Some globals were assigned as search box attributes in conversion >causing elements to be suppressed >--- > .../prog/en/modules/catalogue/advsearch.tt | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >index c7d34d5..bfa5179 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >@@ -56,10 +56,10 @@ > <!-- BOOLEAN SEARCH OPTIONS --> > <fieldset> > <legend>Search For: </legend> >- [% FOREACH search_boxes_loo IN search_boxes_loop %] >- [% IF ( search_boxes_loo.search_boxes_label ) %]<div style="text-indent: 4.5em;">[% ELSE %]<div>[% END %] >- [% IF ( search_boxes_loo.expanded_options ) %] >- [% IF ( search_boxes_loo.boolean ) %] >+ [% FOREACH search_box IN search_boxes_loop %] >+ [% IF ( search_boxes_label ) %]<div style="text-indent: 4.5em;">[% ELSE %]<div>[% END %] >+ [% IF ( expanded_options ) %] >+ [% IF ( search_box.boolean ) %] > <select name="op"> > <option value="and" selected="selected">and</option> > <option value="or">or</option> >@@ -69,13 +69,13 @@ > [% END %] > [% INCLUDE 'search_indexes.inc' %] > <input type="text" size="30" name="q" title="Enter search terms" value="" /> >- [% IF ( search_boxes_loo.expanded_options ) %] >- [% IF ( search_boxes_loo.add_field ) %] >+ [% IF ( expanded_options ) %] >+ [% IF ( search_box.add_field ) %] > <a href="JavaScript:add_field();" id="ButtonPlus" title="Add another field">[+]</a> > [% END %] >- [% IF ( search_boxes_loo.scan_index ) %] >- <label for="scan">Scan Indexes</label><input type="checkbox" name="scan" id="scan" value="1" /> >- [% END %] >+ [% IF ( search_box.scan_index ) %] >+ <label for="scan">Scan Indexes</label><input type="checkbox" name="scan" id="scan" value="1" /> >+ [% END %] > [% END %] > </div> > [% END %] >-- >1.7.4.2 >
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 6170
:
3895
|
3898
|
3899
|
3901
|
3902
|
3903
|
3904
|
4127
|
4180