Bug 11772: (follow-up) make warning about no active currency a link to currency setup...
authorGalen Charlton <gmc@esilibrary.com>
Tue, 18 Feb 2014 20:59:56 +0000 (20:59 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Jun 2014 13:21:01 +0000 (09:21 -0400)
This patch standardizes the name of the currency and exchange rates
administration page (although I note that the breadcrumbs on that
page are inconsistent) and makes it a link.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 4b4839e752d88c1ccba5f8c9a1296302747c0c6b)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit e8037d8d040a45673996162d07bc71fb2dfd4d69)

koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index e073948..b86d876 100644 (file)
                 <tr><th scope="row"><b>Warning</b> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
             [% END %]
             [% IF warnNoActiveCurrency %]
-                <tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to Administration:Currencies & Exchange rates and mark one currency as active.</td></tr>
+                <tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td></tr>
             [% END %]
         </table>
         [% ELSE %]