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

On Sun, Dec 27, 2009 at 5:08 PM, Nicole Engard <[email protected]> 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
>
>
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to