From d2ed8aede5c69ec5f9bf3732477cf5f0c6407ab1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 30 Aug 2016 10:02:24 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 17216: Category name is required when adding a new AV cat Content-Type: text/plain; charset="utf-8" Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 5a3c413..7fc8100 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -76,13 +76,13 @@ $(document).ready(function() { [% IF ( action_modify ) %]
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %] -
+
    [% IF action_add_category %]
  1. - + - +
  2. [% ELSE %]
  3. -- 2.1.4