bug 4006: change categorycode to Patron Category
authorNicole Engard <nengard@gmail.com>
Sun, 27 Dec 2009 22:08:52 +0000 (17:08 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 31 Dec 2009 09:58:03 +0000 (10:58 +0100)
For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.

koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl

index e833ada..090fbeb 100644 (file)
@@ -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 -->