@@ -, +, @@ opac-readingrecord page - Log in to the OPAC as a user who has both regular and on-site checkouts. - Go to "Your checkout history." - The table of checkouts should have controls at the top: A search field, "Clear filter," "Copy," "CSV," and "Print." - Confirm that the search filter works: Enter some text which will return results among regular or on-site checkouts. - It should work correctly to filter the results. - If you switch tabs, the filter should persist, and correctly filter the results under "Checkouts" and "On-site checkouts." - The "Clear filter" button should work correctly to clear your search. - Test the export and print button to confirm that they work for each table. --- .../opac-tmpl/bootstrap/css/src/_common.scss | 7 +++++++ .../bootstrap/en/modules/opac-readingrecord.tt | 17 +++++++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss @@ -584,6 +584,13 @@ div.dt-button-collection button.dt-button.buttons-print:not(.disabled):before { } } +.table_entries { + margin-left: 5px; + padding: 5px 0; + font-size: 90%; + color: #797979; +} + [class^="icon-"] { vertical-align: 0; } --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt @@ -50,7 +50,8 @@ You have never borrowed anything from this library. [% ELSE %]
-
+ +
[% UNLESS ( limit ) %][% END %]