From 85fd38e5969c083692fe0a5227c792c2ff07134d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 14 May 2013 15:09:14 -0400 Subject: [PATCH] Bug 6329 - patron categories should show which fields are required When entering a new patron category, required fields are not indicated on the entry form. This patch adds the "required" class to the relevant labels. To test, add or edit a patron category. Confirm that the required fields (category code, category type, description, and enrollment period) are indicated as being required with a red label. Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer Works nicely. Template changes only, but no string changes. Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/admin/categorie.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt index 98e09ff4b6..c28f412bca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt @@ -143,10 +143,10 @@
  • Category code: [% categorycode |html %]
  • [% ELSE %] -
  • +
  • [% END %] -
  • -
  • +
  • +
  • Choose one
      @@ -181,7 +181,7 @@ [% END %]
    1. -
    2. [% IF ( type_n ) %][% ELSE %][% END %] [% IF ( type_A ) %][% ELSE %][% END %] [% IF ( type_C ) %][% ELSE %][% END %] -- 2.39.2