Bug 10220

Summary: IDs on checkin columns
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Evonne <evonne>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: evonne, helen.linda, tomascohen
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: view source
patch for bug 10220
[SIGNED OFF] Bug 10220 IDs on checkin columns
Bug 10220 IDs on checkin columns

Description Nicole C. Engard 2013-05-08 16:00:42 UTC
Created attachment 18030 [details]
view source

I have a request to style the shelving location text on the checkin screen, but it doesn't have an ID - all columns should have ID tags on this page so that they can be styled easily.
Comment 1 Evonne 2014-07-25 03:32:14 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2014-07-25 06:48:30 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-25 06:49:01 UTC
Thanks for your patch Evonne!
Comment 4 Jonathan Druart 2014-07-25 11:10:00 UTC
Created attachment 30083 [details] [review]
Bug 10220 IDs on checkin columns

Test: go to Circulation > Check in, table has ID and each column has a
class.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Adds a class to every th and td element in the check-in table.
Works as describe, no regressions found.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Amended patch: Replace some tab with spaces.
Comment 5 Tomás Cohen Arazi (tcohen) 2014-08-06 00:12:26 UTC
Patch pushed to master.

Thanks Evonne!