@@ -, +, @@ acqui/supplier.pl
- Go to Acquisitions -> Vendor search -> Vendor -> Edit vendor - In the "Ordering information" section, confirm that the position of radio buttons looks correct. - Confirm that radio button labels work correctly. - Confirm that the adjacent dropdown menus work well. --- .../intranet-tmpl/prog/css/src/staff-global.scss | 7 ++ .../prog/en/modules/acqui/supplier.tt | 110 +++++++++++++-------- 2 files changed, 75 insertions(+), 42 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1055,6 +1055,13 @@ fieldset { margin-left: 1em; } + &.radio { + display: inline-block; + margin: 0 1em 0 0; + padding: 0; + width: auto; + } + &.yesno { float: none; width: auto; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -159,16 +159,22 @@
Ordering information -
  1. +
    1. [% IF ( active ) %] - - + + [% ELSE %] - - + + [% END %]
    2. -
    -
    1. -
    -
      -
    1. +
    2. [% IF ( gstreg ) %] - - + + [% ELSE %] - - + + [% END %]
    3. - -
    4. + +
    5. [% IF ( listincgst ) %] - - + + [% ELSE %] - - + + [% END %]
    6. - -
    7. + +
    8. [% IF ( invoiceincgst ) %] - - + + [% ELSE %] - - + + [% END %]
    9. -
    + [% IF gst_values %] -
      -
    1. - - + [% FOREACH gst IN gst_values %] + [% IF ( tax_rate == gst.option ) %] + + [% ELSE %] + [% END %] - -
    2. -
    + [% END %] + +
  2. [% ELSE %] [% END %] -
    1. %
    2. @@ -246,7 +271,8 @@ days
    3. -
    + +
[% IF ( booksellerid ) %] [% ELSE %] --