Bugzilla – Attachment 140328 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.84 KB, created by
Caroline Cyr La Rose
on 2022-09-07 20:55:41 UTC
(
hide
)
Description:
Bug 31530: Remove HTML tags in TT comments in patron-search.inc
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2022-09-07 20:55:41 UTC
Size:
1.84 KB
patch
obsolete
>From 6735377fe8be29294376672075fdd85bdad4af0a 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 > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> > >To test: >1) Without patch, search for patron-search.inc in misc/translator/po/xx-XX-staff-prog.po >--> There should be strings with pound signs such as "%%] %s [%%# - branch: " >2) Apply patch >3) Update translation files `translate update xx-XX` >4) Search again for patron-search.inc in >misc/translator/po/xx-XX-staff-prog.po >--> The problematic strings are not there anymore >5) In the staff interface, go to Patrons, the search box and search >function should be unchanged >--- > .../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.25.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 31530
:
140327
|
140328
|
140399