@@ -, +, @@ authorized value category - Click the "New category" button. - Click the save button without filling in category, authorized value, or description. You should be prevented from submitting the form. - Verify that filling in the required fields allows the form to be submitted. - Perform the same test when editing an existing authorized value. --- .../prog/en/modules/admin/authorised_values.tt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -76,28 +76,32 @@ $(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 %] -
+
  1. - [% IF ( action_add_category ) %] - + [% IF ( action_add_category ) %] + + + Required [% ELSE %]Category [% category %] [% END %]
  2. - + [% IF ( action_modify ) %][% END %] [% IF ( action_add_category ) %] - + [% ELSE %] - + [% END %] + Required
  3. - - + + + Required
  4. --