Bugzilla – Attachment 38333 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] - Use html filter, only show 'by' if author exists, change link title
Bug-1917-QA-Followup---Use-html-filter-only-show-b.patch (text/plain), 2.53 KB, created by
Martin Renvoize (ashimema)
on 2015-04-22 12:42:25 UTC
(
hide
)
Description:
Bug 1917 [QA Followup] - Use html filter, only show 'by' if author exists, change link title
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-04-22 12:42:25 UTC
Size:
2.53 KB
patch
obsolete
>From 15a29cb68081dc7004aad391fb5194859630ba50 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 20 Apr 2015 12:09:27 -0400 >Subject: [PATCH] Bug 1917 [QA Followup] - Use html filter, only show 'by' if > author exists, change link title > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt | 9 +++++++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 2 files changed, 8 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt >index fe97142..f25f3ed 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt >@@ -4,12 +4,17 @@ > > <channel> > <title>[% shelfname %]</title> >- <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber | html %]</link> >+ <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber %]</link> > <description>RSS feed for public list [% shelfname | html %]</description> > > [% FOREACH i IN itemsloop %] > <item> >- <title>[% i.title %] by [% i.author %]</title> >+ <title> >+ [% i.title | html %] >+ [% IF i.author %] >+ by [% i.author | html %] >+ [% END %] >+ </title> > <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link> > </item> > [% END %] >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 ef2a32b..5e623aa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -154,7 +154,7 @@ > <h3> > [% shelfname |html %] > <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber | html %]" class="rss-list-link noprint"> >- <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/> >+ <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