Bugzilla – Attachment 9114 Details for
Bug 7828
On circulation home page, URL to offline circulation Firefox addon should be a hyperlink
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7828 - On circulation home page, URL to offline circulation Firefox addon should be a hyperlink
Bug-7828---On-circulation-home-page-URL-to-offline.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2012-04-11 12:42:51 UTC
(
hide
)
Description:
Bug 7828 - On circulation home page, URL to offline circulation Firefox addon should be a hyperlink
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-04-11 12:42:51 UTC
Size:
1.45 KB
patch
obsolete
>From 241907b8cf5cca356a5c2af22fa42d8b631e6540 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 11 Apr 2012 08:31:22 -0400 >Subject: [PATCH] Bug 7828 - On circulation home page, URL to offline > circulation Firefox addon should be a hyperlink >Content-Type: text/plain; charset="utf-8" > >Along with making the URL a hyperlink I removed the lanugage >part of the URL ("/fr/"). The link correctly redirects to 'en' >for me. I'm curious whether it will for other languages. >--- > .../prog/en/modules/circ/circulation-home.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index de7d7d7..d65d63b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -53,7 +53,7 @@ > <h5>Offline circulation</h5> > <ul> > <li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline circulation file (.koc) uploader</a></li> >- <li><a href="/cgi-bin/koha/offline_circ/list.pl">Offline circulation</a> (Firefox module: https://addons.mozilla.org/fr/firefox/addon/koct/)</li> >+ <li><a href="/cgi-bin/koha/offline_circ/list.pl">Offline circulation</a> (<a href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Firefox add-on</a>)</li> > </ul> > </div> > </div> >-- >1.7.5.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 7828
:
9114
|
9124