@@ -, +, @@ - Layout problems are fixed - Layout is more clear about choosing either 'In months' or 'Until date' - Clear error message shows when you enter values in both fields --- .../prog/en/modules/admin/categorie.tt | 30 ++++++++++++------- 1 files changed, 19 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt @@ -87,6 +87,7 @@ } //]]> + [% INCLUDE 'header.inc' %] @@ -122,12 +123,16 @@
  • Category code[% categorycode |html %]
  • [% ELSE %] -
  •  
  • +
  • [% END %] -
  •  
  • -
  •   - months
    -   +
  • +
  • +
    + Choose one +
      +
    1. + months
    2. +
    3. Show Calendar -
      Cannot have "months" and "until date" at the same time
      +
      Cannot have "months" and "until date" at the same time
    4. -
    5.   years
    6. -
    7.   years
    8. +
    +
    +
  • +
  • years
  • +
  • years
  • -
  •   [% IF ( overduenoticerequired ) %] @@ -152,7 +160,7 @@ [% END %]
  • -
  •   [% IF ( hidelostitems ) %] @@ -162,7 +170,7 @@ [% END %]
  • -
  •   [% IF ( type_n ) %][% ELSE %][% END %] [% IF ( type_A ) %][% ELSE %][% END %] [% IF ( type_C ) %][% ELSE %][% END %] --