Bugzilla – Attachment 88804 Details for
Bug 22715
Searching for patrons with "" in the circulation note hangs patron search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22715: Remove extraneous html filter
Bug-22715-Remove-extraneous-html-filter.patch (text/plain), 1.53 KB, created by
Nick Clemens (kidclamp)
on 2019-04-25 17:47:38 UTC
(
hide
)
Description:
Bug 22715: Remove extraneous html filter
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-04-25 17:47:38 UTC
Size:
1.53 KB
patch
obsolete
>From 0086355d280f9b3823dc23b9a129f359442e98f4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 25 Apr 2019 17:47:14 +0000 >Subject: [PATCH] Bug 22715: Remove extraneous html filter > >--- > .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >index 15b7c677ed..662f78bcf9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >@@ -31,7 +31,7 @@ > "dt_fines": > "<span style='text-align: right; display: block;'>[% IF data.fines < 0 %]<span class='credit'>[% data.fines | $Price %]</span> [% ELSIF data.fines > 0 %] <span class='debit'><strong>[% data.fines | $Price %]</strong></span> [% ELSE %] [% data.fines | $Price %] [% END %]</span>", > "dt_borrowernotes": >- "[% data.borrowernotes | html_line_break | collapse | html | $To %]", >+ "[% data.borrowernotes | html_line_break | collapse | $To %]", > "dt_action": > "<a href='/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% data.borrowernumber | html %]' class='btn btn-default btn-xs'><i class='fa fa-pencil'></i> Edit</a>", > "borrowernumber": >-- >2.11.0
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 22715
:
88074
|
88076
|
88077
|
88116
|
88749
|
88786
|
88804
|
88805
|
88806