From 4e65f9517349449c81ccd961b83c48b4e5784857 Mon Sep 17 00:00:00 2001
From: Aleisha <aleishaamohia@hotmail.com>
Date: Tue, 9 Jun 2015 18:20:52 +0000
Subject: [PATCH] [SIGNED OFF] Bug 11011: Rephrasing 'in keyword' in OPAC
 authority search

Using 'in the complete record' rather than 'in keyword'. I think this fits well as it seems that this means the search looks anywhere in the record.

To test:

1) In the OPAC, click on Authority Search
2) Notice that in the drop-down menu for the 'Where:' field, there is an 'in keyword' option.
3) Apply patch
4) Now says 'in the complete record'

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt
index 13b0351..4424051 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt
@@ -58,7 +58,7 @@
                                     <li>
                                         <label for="marclist">Where:</label>
                                         <select name="marclist" id="marclist">
-                                            <option value="any" selected="selected">in keyword</option>
+                                            <option value="any" selected="selected">in the complete record</option>
                                             <option value="match">in any heading</option>
                                             <option value="mainentry">in main entry</option>
                                         </select>
-- 
1.9.1