Bugzilla – Attachment 140327 Details for
Bug 31530
HTML tags in TT comments in patron-search.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31530: Remove HTML tags in TT comments in patron-search.inc
Bug-31530-Remove-HTML-tags-in-TT-comments-in-patro.patch (text/plain), 1.31 KB, created by
Fridolin Somers
on 2022-09-07 20:46:57 UTC
(
hide
)
Description:
Bug 31530: Remove HTML tags in TT comments in patron-search.inc
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-09-07 20:46:57 UTC
Size:
1.31 KB
patch
obsolete
>From a4228f4c0b0c333a6b140df47c75efe553d026e8 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 7 Sep 2022 10:46:18 -1000 >Subject: [PATCH] Bug 31530: Remove HTML tags in TT comments in > patron-search.inc > >--- > .../intranet-tmpl/prog/en/includes/patron-search.inc | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 9f2d98a972..3d1de0eb15 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -15,12 +15,12 @@ > [% END %] > > [%# Display a complex patron search form %] >-[%# - Search: <input> %] >+[%# - Search: input %] > [%# You can then pass a list of filters %] >-[%# - branch: <select library list> %] >-[%# - category: <select patron category list> %] >-[%# - search_field: <select patron field list> %] >-[%# - search_type: <select "contain" or "start with"> %] >+[%# - branch: select library list %] >+[%# - category: select patron category list %] >+[%# - search_field: select patron field list %] >+[%# - search_type: select 'contain' or 'start with' %] > [% BLOCK patron_search_filters %] > <form id="patron_search_form"> > <fieldset class="brief"> >-- >2.35.4
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 31530
:
140327
|
140328
|
140399