Bug 28246 - Action buttons displayed in block leads to table overflowing
Summary: Action buttons displayed in block leads to table overflowing
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-28 08:04 UTC by Jonathan Druart
Modified: 2021-04-30 08:22 UTC (History)
4 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 28246: Don't force the buttons to be on the same line (1.45 KB, patch)
2021-04-30 08:22 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2021-04-28 08:04:27 UTC
On the Patron > Account view, tab "Transactions", there is a table that is overflowing its contained.

The 5 action buttons (Print, Details, Pay, Cancel charge, Apply discount) should not be displayed on the same line.

https://snipboard.io/rAFH1p.jpg
Comment 1 Jonathan Druart 2021-04-28 08:05:42 UTC
Owen, what would you suggest here?
Comment 2 Owen Leonard 2021-04-28 10:57:56 UTC
We could move everything into a button menu, but that adds a click, and people often object to that (see bug 23302). I'm not sure how one would prioritize the most important action(s) there.
Comment 3 Jonathan Druart 2021-04-30 08:22:09 UTC
Created attachment 120326 [details] [review]
Bug 28246: Don't force the buttons to be on the same line
Comment 4 Jonathan Druart 2021-04-30 08:22:52 UTC
Something like that, but this does not sound correct.