[Koha-patches] [PATCH] bug 4006: change categorycode to Patron Category

Nicole Engard nengard at gmail.com
Sun Dec 27 23:08:52 CET 2009


For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.
---
 .../prog/en/modules/members/search.tmpl            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
index e833ada..090fbeb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
@@ -12,7 +12,7 @@
         <option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="branchname" --></option><!-- TMPL_ELSE -->
         <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="branchname" --></option><!-- /TMPL_IF -->
       <!-- /TMPL_LOOP --></select><br />
-                 <label for="categorycode"> categorycode :</label><select name="categorycode" id="categorycode">
+                 <label for="categorycode"> Patron Category :</label><select name="categorycode" id="categorycode">
         <option value="">Any</option><!-- TMPL_LOOP name="categoryloop" -->
         <!-- TMPL_IF NAME="selected" -->
         <option value="<!-- TMPL_VAR name="categorycode" -->" selected="selected"><!-- TMPL_VAR name="description" --></option><!-- TMPL_ELSE -->
-- 
1.5.6.5




More information about the Koha-patches mailing list