From 6159d0224c38320c13fbc2a7229d37f04a491a3b 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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.7.9.5