From 1bf274e2c22b8c7ec33ab6324da20f0e3f0c2b20 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 17 Mar 2014 13:13:00 -0400 Subject: [PATCH] [PASSED QA] Bug 11769 [Follow-up] Use validation plugin when creating new MARC framework 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. --- .../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 4ef8103..bc66f60 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 %] -- 1.8.3.2