Browse Source

bug 4006: change categorycode to Patron Category

For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.
3.2.x
Nicole Engard 15 years ago
committed by Henri-Damien LAURENT
parent
commit
6594530254
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl

2
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 -->

Loading…
Cancel
Save