From: Katrin Fischer <[email protected]> Changes the link to change the library from 'Set' to 'Set library' in the grey toolbar in staff.
Signed-off-by: Nicole C. Engard <[email protected]> --- .../intranet-tmpl/prog/en/includes/header.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index 97d6f58..0db885a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -53,10 +53,10 @@ <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 %] -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
