Bugzilla – Attachment 177026 Details for
Bug 38713
Incorrect HTML structures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38713: catalogue/results.tt
Bug-38713-catalogueresultstt.patch (text/plain), 2.60 KB, created by
Jonathan Druart
on 2025-01-23 14:53:01 UTC
(
hide
)
Description:
Bug 38713: catalogue/results.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-23 14:53:01 UTC
Size:
2.60 KB
patch
obsolete
>From 967f1a286827689db7179b340fbc4ada1f59a310 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 6 Jan 2025 15:54:03 +0100 >Subject: [PATCH] Bug 38713: catalogue/results.tt > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index c842b0b01d3..7588786859d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -364,7 +364,7 @@ > No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc | html %]'</span>[% END %][% IF ( limit_desc ) %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %]. > </p> > [% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %] >- <p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket<a></p> >+ <p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket</a></p> > [% END %] > <a href="/cgi-bin/koha/catalogue/search.pl?advsearch=1&edit_search=1&[% query_cgi | $raw %]&[% limit_cgi | $raw %]&sort_by=[% sort_by | uri %]">Edit this search</a> > [% IF ( Koha.Preference('SavedSearchFilters') && CAN_user_parameters_manage_search_filters ) %] >@@ -737,7 +737,7 @@ > <input id="new_filter" name="new_filter" type="text"> > <a id="save_new_filter" class="btn btn-default btn-xs" href="#">Save</a> > <span class="existing_filters_section"> >- </br>OR</br> >+ <br/>OR<br/> > <h6>Replace existing search filter:</h6> > <label for="existing_filters">Choose</label> > <select id="existing_filters" name="existing_filters" class="search_filters_list"></select> >-- >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 38713
:
176973
|
176974
|
176975
|
176976
|
176977
|
176978
|
176979
|
176980
|
176981
|
176982
|
176983
|
176984
|
176985
|
176986
|
176987
|
176988
|
176989
|
176990
|
176991
|
176992
|
176993
|
176994
|
176995
|
176996
|
176997
|
176998
|
176999
|
177000
|
177001
|
177002
|
177003
|
177004
|
177005
|
177006
|
177007
|
177008
|
177009
|
177010
|
177011
|
177012
|
177013
|
177014
|
177015
|
177016
|
177017
|
177018
|
177019
|
177020
|
177021
|
177022
|
177023
|
177024
|
177025
| 177026 |
177027
|
177028
|
177029
|
177030
|
177031
|
177032
|
177033
|
177034
|
177035
|
177036
|
177037
|
177038
|
177039
|
177040
|
177041
|
177042
|
177043
|
177044
|
177045
|
177046
|
177047
|
177048
|
177049
|
177050
|
177051
|
177052
|
177053
|
177054
|
177055
|
177056
|
177057
|
177058
|
177059
|
177060