Summary: | Let the user choose columns to show batch modification summary table | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Tools | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/tools/batchMod.pl | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Screenshot of proposed page display
Proposed fix checkboxes on FF on Mac Follow-up fix including missing CSS |
Created attachment 2816 [details] [review] Proposed fix Also adds title/author information to output of batch deletions. Unfortunately this feature doesn't work in IE (tested with version 8) so the column selections are hidden from that browser. Pushed to master please test Created attachment 2865 [details]
checkboxes on FF on Mac
It works, but does not look like the screenshot when in FF on Mac. In fact it looks very mess on my screen and pretty in the original screenshot.
> It works, but does not look like the screenshot when in FF on Mac. In fact it
> looks very mess on my screen and pretty in the original screenshot.
Did you shift-reload to make sure your browser wasn't using a cached stylesheet?
Created attachment 2876 [details] [review] Follow-up fix including missing CSS Missed adding this CSS file in my original patch. Follow up patch signed off on. Follow up pushed, please test |
Created attachment 2671 [details] Screenshot of proposed page display Currently, after submitting a set of barcodes or item numbers the user is presented with a large table showing all the fields in the item record. This table stretches off the page and requires tedious scrolling. I propose a modification so that the user can select which columns appear in that table. That way the user can choose to show only the columns which are relevant. Table columns would be hidden with javascript and the choices would be stored in a cookie so the page would remember the user's choices from session to session.