From 54a62cddb323aea1fd05c3de8b5579bed07d106f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 17 Mar 2014 13:13:00 -0400 Subject: [PATCH] Bug 11769: (follow-up) style required fields This follow up adds the correct "required" style to the required form fields as well as the "required" text after each required field. To test, apply all patches and go to Administration -> MARC bibliographic framework -> New framework. The framework code and description fields should show that they are required. Signed-off-by: David Cook Works as described and feels a million times better. Signed-off-by: Katrin Fischer Works as described, template changes only. Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/biblio_framework.tt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 1bcd4ab95a..fcba389d80 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -116,11 +116,20 @@ [% ELSE %] -
  • +
  • + + + Required +
  • [% END %] -
  • -
  • -
    +
  • + + + Required +
  • + + +
    [% END %] -- 2.20.1