Bugzilla – Attachment 193579 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
71951c9.patch (text/plain), 1.62 KB, created by
Kyle M Hall (khall)
on 2026-02-20 13:47:49 UTC
(
hide
)
Description:
Bug 36920: Tidy file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2026-02-20 13:47:49 UTC
Size:
1.62 KB
patch
obsolete
>From 71951c973c2316a2aa4f9df397be295ded6c0a6f 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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../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 35c11bb1db0..d7375f448d1 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.50.1 (Apple Git-155) >
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
|
193578
| 193579