@@ -, +, @@ - Convert to Bootstrap grid - Improve DataTables configuration - Put buttons into a toolbar and move above selection links - Go to Circulation -> Checkout notes. - Confirm that the page looks correct at various browser widths. - Confirm that the first and last columns of the table of notes are not sortable. - The table should be sorted by default by title. - Title sorting should ignore articles "a," "an," and "the." - Test with the CircSidebar preference both on and off. - With CircSidebar turn on, the checkout notes menu item in the left hand sidebar should show a count of checkout notes. --- .../intranet-tmpl/prog/en/includes/circ-nav.inc | 2 +- .../prog/en/modules/circ/checkout-notes.tt | 67 +++++++++++++--------- 2 files changed, 40 insertions(+), 29 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc @@ -21,7 +21,7 @@
  • Fast cataloging
  • [% END %][% END %] [% IF Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes %] -
  • Checkout notes [% IF pending_checkout_notes.count %][% pending_checkout_notes.count | html %][% END %]
  • +
  • Checkout notes [% IF pending_checkout_notes.count %][% pending_checkout_notes.count | html %][% END %]
  • [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt @@ -20,10 +20,17 @@ Checkout notes -[% IF Koha.Preference('CircSidebar') %]
    [% ELSE %]
    [% END %] -
    -
    - [% IF Koha.Preference('CircSidebar') %]
    [% END %] +
    +
    +
    +
    +
    + + [% IF Koha.Preference('CircSidebar') %] +
    + [% ELSE %] +
    + [% END %]

    Checkout notes

    @@ -42,6 +49,11 @@ [% END %] [% IF ( notes.count ) %] +
    + + +
    +
    Select all | Clear all @@ -50,22 +62,16 @@
    - -
    - - -
    - - - + + - + @@ -98,21 +104,24 @@ [% ELSE %] - There are currently no checkout notes. +
    There are currently no checkout notes.
    [% END %] - - - [% IF Koha.Preference('CircSidebar') %] - - -
    - [% INCLUDE 'circ-nav.inc' %] -
    - [% END %] + [% IF Koha.Preference('CircSidebar') %] + +
    + +
    + [% ELSE %] + + [% END %] - - + + + + [% MACRO jsinclude BLOCK %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] @@ -121,11 +130,13 @@
     Title Title Note Date Set by StatusActionsActions