Bugzilla – Attachment 36418 Details for
Bug 7843
Add RSS feeds for OPAC news
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7843: Followup - fix broken url
Bug-7843-Followup---fix-broken-url.patch (text/plain), 1.42 KB, created by
Biblibre Sandboxes
on 2015-03-03 15:52:20 UTC
(
hide
)
Description:
Bug 7843: Followup - fix broken url
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2015-03-03 15:52:20 UTC
Size:
1.42 KB
patch
obsolete
>From 4cc0dc5483e426875e83a3f6404e68b7769319c9 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Tue, 3 Mar 2015 08:53:04 -0300 >Subject: [PATCH] Bug 7843: Followup - fix broken url > >This patch fixes an invalid URL when clicking >on RSS feed. > >To test: >1) Using Nicole words :) >If you visit : http://mykoha/cgi-bin/koha/opac-main.pl >then the RSS feed works. >If you're on http://mykoha and you click the rss icon you >get : http://mykoha/opac-news-rss.pl which is a 404 page. > >2) Apply the patch > >3) Repeat 1, error is now fixed > >Signed-off-by: Pierre <tredok.pierre@gmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >index d257257..41eac01 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >@@ -48,7 +48,7 @@ > [% END %] > </div> > <div id="rssnews-container"> >- <a href="opac-news-rss.pl"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a> >+ <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-news-rss.pl"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a> > RSS for Library News. > </div> > [% END %] >-- >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 7843
:
28926
|
35733
|
36017
|
36023
|
36024
|
36025
|
36390
|
36403
|
36414
|
36415
|
36416
|
36417
|
36418
|
36651
|
36652
|
36653
|
36654
|
36655
|
36656