Bugzilla – Attachment 189250 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
0001-Bug-36920-Tidy-file.patch (text/plain), 1.50 KB, created by
Emmi Takkinen
on 2025-11-07 06:18:46 UTC
(
hide
)
Description:
Bug 36920: Tidy file
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-11-07 06:18:46 UTC
Size:
1.50 KB
patch
obsolete
>From b35da69e30b083430d77443922845a4bed024c0c 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 > >--- > .../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 32749e9b67..705cce1ff6 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.34.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 36920
:
167017
|
167105
|
167296
|
182475
|
189250
|
189303
|
189304