@@ -, +, @@ - Correct markup errors - Change the text of labels from "included" to "include" - Move checkboxes to the left of labels - Go to Circulation -> Hold ratios - In the sidebar, confirm that the labels "Include ordered" and "Include suspended" appear to the right of their associated checkboxes. - Validate the source of the page. There should be no errors. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + .../intranet-tmpl/prog/en/modules/circ/reserveratios.tt | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -149,6 +149,7 @@ aside { &.checkbox { label { display: inline; + margin-left: 0; } } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt @@ -129,25 +129,25 @@
  • -
  • +
  • -
  • - +
  • [% IF include_ordered %] [% ELSE %] [% END %] -
  • + +
  • -
  • - +
  • [% IF include_suspended %] [% ELSE %] [% END %] -
  • + +
  • --