Bug 7828 - On circulation home page, URL to offline circulation Firefox addon should...
authorOwen Leonard <oleonard@myacpl.org>
Wed, 11 Apr 2012 12:31:22 +0000 (08:31 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 19 Apr 2012 09:22:11 +0000 (11:22 +0200)
Along with making the URL a hyperlink I removed the language
part of the URL ("/fr/"). The link correctly redirects to 'en'
for me. I'm curious whether it will for other languages.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Link works and redirects to my language (english).

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(Redirects to fr if your browser is FR)

koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt

index 425e9f9..8b4ad57 100644 (file)
@@ -52,7 +52,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>