@@ -, +, @@ with no category code - Added "required" attribute to labels on required fields. - Changed "Update" submit button label to "Submit." - Added a "Cancel" link. - Added the "validated" class to the form so that our built-in validation script will process it (not strictly necessary but makes the validation appearance more consistent). --- .../intranet-tmpl/prog/en/modules/admin/branches.tt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -329,7 +329,7 @@ tinyMCE.init({ [% IF op == 'add_form_category' %]

[% IF category.categorycode %]Edit group [% category.categorycode %][% ELSE %]Add group[% END %]

-
+ [% IF category.categorycode %] @@ -342,14 +342,15 @@ tinyMCE.init({ [% category.categorycode %] [% ELSE %] - + Required [% END %]
  • - - + + + Required
  • @@ -378,7 +379,10 @@ tinyMCE.init({
  • -
    +
    + + Cancel +
    [% END %] --