Bugzilla – Attachment 38334 Details for
Bug 1917
Add RSS Feeds for Lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 1917 [QA Followup] - Remove unnecessary use of html filter
Bug-1917-QA-Followup---Remove-unnecessary-use-of-h.patch (text/plain), 1.44 KB, created by
Martin Renvoize (ashimema)
on 2015-04-22 12:42:28 UTC
(
hide
)
Description:
Bug 1917 [QA Followup] - Remove unnecessary use of html filter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-04-22 12:42:28 UTC
Size:
1.44 KB
patch
obsolete
>From 83b5e5971d2201a820d5eb2f68b98aa42b45da9c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 21 Apr 2015 09:52:49 -0400 >Subject: [PATCH] Bug 1917 [QA Followup] - Remove unnecessary use of html > filter > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >index 5e623aa..f81efe6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -153,7 +153,7 @@ > [% IF ( viewshelf ) %]<!-- Viewing a particular shelf --> > <h3> > [% shelfname |html %] >- <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber | html %]" class="rss-list-link noprint"> >+ <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber %]" class="rss-list-link noprint"> > <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" border="0" class="rsssearchicon"/> > </a> > </h3> >-- >1.7.10.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 1917
:
38104
|
38105
|
38106
|
38117
|
38199
|
38200
|
38201
|
38218
|
38219
|
38263
|
38325
|
38332
|
38333
| 38334 |
38335