Bug 28246

Summary: Action buttons displayed in block leads to table overflowing
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, martin.renvoize, oleonard
Version: Main   
Hardware: All   
OS: All   
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

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.