Bugzilla – Attachment 80103 Details for
Bug 18591
Allow an arbitrary number of comments on ILLs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18591: (follow-up) Add missing html filters
Bug-18591-follow-up-Add-missing-html-filters.patch (text/plain), 2.94 KB, created by
Katrin Fischer
on 2018-10-05 14:20:56 UTC
(
hide
)
Description:
Bug 18591: (follow-up) Add missing html filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-05 14:20:56 UTC
Size:
2.94 KB
patch
obsolete
>From 9256bc41a4e5eb266a10fe5448129059880f60ec Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Fri, 5 Oct 2018 14:20:11 +0100 >Subject: [PATCH] Bug 18591: (follow-up) Add missing html filters > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index b9a7f80..7e20790 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -631,14 +631,14 @@ > > <div id="ill-view-panel" class="panel panel-default"> > <div class="panel-heading"> >- <h3>[% request.illcomments.count %] comments</h3> >+ <h3>[% request.illcomments.count | html %] comments</h3> > </div> > <div class="panel-body"> > [% IF request.illcomments.count && request.illcomments.count > 0 %] > [% FOREACH comment IN request.illcomments %] >- <div class="rows comment_[% comment.patron.categorycode %]"> >+ <div class="rows comment_[% comment.patron.categorycode | html %]"> > <h5>Comment by: >- <a href="[% borrowerlink %]" title="View borrower details"> >+ <a href="[% borrowerlink | html %]" title="View borrower details"> > [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a> > [% comment.timestamp | $KohaDates with_hours => 1 %]</h5> > <p>[% comment.comment | html %]</p> >@@ -650,8 +650,8 @@ > <div id="addcomment" class="content_hidden"> > <form class="validated" method="post" action="/cgi-bin/koha/ill/ill-requests.pl"> > <input type="hidden" value="save_comment" name="method"> >- <input type="hidden" value="[% csrf_token %]" name="csrf_token"> >- <input type="hidden" value="[% request.illrequest_id %]" name="illrequest_id"> >+ <input type="hidden" value="[% csrf_token | html %]" name="csrf_token"> >+ <input type="hidden" value="[% request.illrequest_id | html %]" name="illrequest_id"> > <fieldset class="rows"> > <ol> > <li> >-- >2.1.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 18591
:
69234
|
69272
|
69273
|
69274
|
69275
|
74964
|
74965
|
74966
|
79518
|
79519
|
80077
|
80078
|
80079
|
80081
|
80084
|
80101
|
80102
|
80103
|
80104
|
80105
|
80227
|
80228
|
80229
|
80230