Summary: | Duplicate opac renew buttons at the top of the checkouts list | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | alex.arnaud, chris, koha.sekjal |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Screenshot of interface change
Proposed fix |
Description
Nicole C. Engard
2011-06-26 13:06:36 UTC
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 |