[Koha-bugs] [Bug 27653] Do not include 'caption' row in print/copy export of datatables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 20:42:47 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653

--- Comment #9 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 116615
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116615&action=edit
Bug 27653: [Alternate][Alternate][Alternate] Use div instead of caption for
controls

The funds and acquisitions home page tables use captions for additional
table controls. These are more appropriate as "toolbar" divs.

This patch converts the <caption> to <div class="toolbar btn-toolbar">
and moves it just above <table> in the markup to keep it valid.

To test:
1 - View the tables on acquisitions home and budgets views
2 - Note the 'Expand all...' control row
3 - Apply patch
4 - The row remains, but is below the table controls
5 - The row is not included when printing or copying the table

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list