From d1d4445d0eb57f6836feacb6b6ae780c1a57ee29 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 27 Mar 2013 16:14:43 +1300 Subject: [PATCH] bug 4862 - Change label of Browse by subject or author to Authority search Replicate: Load the OPAC You should see "Browse by Subject or Author right below the search box To test: Apply patch Load the OPAC You should see "Authority search" where "Browse by Subject or Author" was . --- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc index 5275bc8..fc29042 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc @@ -263,7 +263,7 @@
Advanced search [% IF ( OpacBrowser ) %] | Browse by hierarchy[% END %] -[% IF ( OpacAuthorities ) %] | Browse by author or subject[% END %] +[% IF ( OpacAuthorities ) %] | Authority search[% END %] [% IF ( opacuserlogin && reviewson && OpacShowRecentComments ) %] | Recent comments[% END %] [% IF ( TagsEnabled ) %] | Tag cloud[% END %] [% IF ( OpacCloud ) %] | Subject cloud[% END %] diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index ac815bc..668ac0a 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -132,7 +132,7 @@
Advanced search [% IF ( OpacBrowser ) %] | Browse by hierarchy[% END %] -[% IF ( OpacAuthorities ) %] | Browse by author or subject[% END %] +[% IF ( OpacAuthorities ) %] | Authority search[% END %] [% IF ( opacuserlogin && reviewson && OpacShowRecentComments ) %] | Recent comments[% END %] [% IF ( TagsEnabled ) %] | Tag cloud[% END %] [% IF ( OpacCloud ) %] | Subject cloud[% END %] -- 1.7.9.5