Bug 10220 - IDs on checkin columns
Summary: IDs on checkin columns
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Evonne
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 16:00 UTC by Nicole C. Engard
Modified: 2015-06-04 23:33 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
view source (155.42 KB, image/png)
2013-05-08 16:00 UTC, Nicole C. Engard
Details
patch for bug 10220 (4.06 KB, patch)
2014-07-25 03:32 UTC, Evonne
Details | Diff | Splinter Review
[SIGNED OFF] Bug 10220 IDs on checkin columns (4.22 KB, patch)
2014-07-25 06:48 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 10220 IDs on checkin columns (4.33 KB, patch)
2014-07-25 11:10 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 2014-08-06 00:12:26 UTC
Patch pushed to master.

Thanks Evonne!