Bug 6692: Small template change: Set > Set library
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Aug 2011 11:28:27 +0000 (13:28 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 14 Aug 2011 07:51:12 +0000 (19:51 +1200)
Changes the link to change the library from 'Set' to 'Set library'
in the grey toolbar in staff.

koha-tmpl/intranet-tmpl/prog/en/includes/header.inc

index 97d6f58..0db885a 100644 (file)
             <strong>[% LoginBranchname %]</strong>
             [% IF ( IndependantBranches ) %]
                 [% IF ( CAN_user_management ) %]
-                    (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
+                    (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>)
                 [% END %]
             [% ELSE %]
-                (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
+                (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>)
             [% END %]
         |
         [% END %]