@@ -, +, @@ button - A colon and space after labels - A 'Cancel' link instead of a button. - "Required" classes for a required field. - Test the "New frequency" button - Confirm that the changes to the entry form look correct. --- .../en/modules/serials/subscription-frequencies.tt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt @@ -106,11 +106,11 @@ $(document).ready(function() {
  1. - - + + Required
  2. - + [% ELSE %] @@ -134,7 +134,7 @@ $(document).ready(function() { [% END %]
  3. - + [% IF (new) %] [% ELSE %] @@ -142,17 +142,22 @@ $(document).ready(function() { [% END %]
  4. - +
- + Cancel
[% ELSE %] + +
+ New frequency +
+

Frequencies

[% IF still_used %]
@@ -180,7 +185,6 @@ $(document).ready(function() {
[% END %] - New frequency [% IF (frequencies_loop.size) %] --