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

Nicole Engard nengard at gmail.com
Mon Feb 1 16:52:53 CET 2010


this patch is invalid with recent changes made to the patron search box

On Sun, Dec 27, 2009 at 5:08 PM, Nicole Engard <nengard at gmail.com> wrote:
> 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