Can the renew selected or renew all buttons be at the top and the bottom in the patron account in the OPAC? Patrons w/ a lot of items out may not see the buttons at the bottom. Having them top and bottom maybe more user friendly? Maybe even only have them show if there are only a certain number of account lines - otherwise it might look sloppy if there are no fines, but two sets of buttons.
Created attachment 4578 [details] Screenshot of interface change
Created attachment 4579 [details] [review] Proposed fix This patch uses JS to add two links to the top of the checkouts table: renew selected and renew all. Clicking each one submits the respective form. A change to opac-user.pl lets the template hide the renew buttons if none of the items listed are available to be renewed. Also added is a small validation routine to warn the user if they try to "renew selected" without having checked any boxes.
Easy enough patch to read, includes screenshot of results, primarily a template change (the one change to opac/opac-user.pl adds new parameters, and doesn't delete anything, so no worries of regression). Marking as Passed QA.
Pushed, please test