From 69d6983a6e6a15402a5202fe89009944a4b8fe57 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] 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. --- .../prog/en/modules/admin/biblio_framework.tt | 17 +++++++++++++---- 1 files 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.7.7.4