Bugzilla – Attachment 189304 Details for
Bug 36920
Greater/less than search option on item search page to Barcode-drop-down menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36920: Tidy file
Bug-36920-Tidy-file.patch (text/plain), 1.55 KB, created by
Owen Leonard
on 2025-11-07 12:43:24 UTC
(
hide
)
Description:
Bug 36920: Tidy file
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-11-07 12:43:24 UTC
Size:
1.55 KB
patch
obsolete
>From 51b2637ac6383446fbd5cfb7b2acf64039c74e8e Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Fri, 7 Nov 2025 08:17:49 +0200 >Subject: [PATCH] Bug 36920: Tidy file > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 32749e9b678..705cce1ff65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -154,14 +154,14 @@ > <option value="not like">is not</option> > [% END %] > [% IF params.op == '>' %] >- <option value=">" selected="selected">></option> >+ <option value=">" selected="selected">></option> > [% ELSE %] >- <option value=">">></option> >+ <option value=">">></option> > [% END %] > [% IF params.op == '<' %] >- <option value="<" selected="selected"><</option> >+ <option value="<" selected="selected"><</option> > [% ELSE %] >- <option value="<"><</option> >+ <option value="<"><</option> > [% END %] > </select> > <input type="text" name="q" class="form-field-value" value="[% query.param('q').$i ? query.param('q').$i : query.param('q') | html %]" /> >-- >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 36920
:
167017
|
167105
|
167296
|
182475
|
189250
|
189303
| 189304