http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10823
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27092|0 |1 is obsolete| | --- Comment #17 from M. Tompsett <[email protected]> --- Created attachment 27103 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27103&action=edit Bug 10823 - add class info to enumchron data in detail.tt, for better styling Bug 10825 removes a duplicate (enumchron==serialseq). This patch was developed on top of it. It properly styles the elements. These include: - items.enumchron - the separator used - serial.serialseq - items.publisheddate As per Katrin's and Owen's suggestion, <span> was used instead of <div>. (See comment #7 and http://irc.koha-community.org/koha/2014-04-03#i_1491135) TEST PLAN --------- 1) Apply patch 10825 2) Find a biblio where the enumchron and serialseq are different. -- in MySQL: SELECT items.biblionumber,items.enumchron,serial.serialseq FROM items,serial,serialitems WHERE items.itemnumber=serilaitems.itemnumber AND serialitems.serialid=serial.serialid; 3) In the staff client, view the source for that item. -- It should be one class for the entire <td> cell. 4) Apply patch 10823 5) Refresh the page 6) Look at the source for that item again. -- It should have <span> tags around the 4 things listed above. 7) Run the koha qa test tools. Signed-off-by: Mark Tompsett <[email protected]> NOTE: Since there was lots of squashing and rebasing, could you please test and sign this off as well, Mason? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
