http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10823 --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 20790 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20790 Bug 10823 - add class info to enumchron data in detail.tt, for better styling Review of attachment 20790: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10823&attachment=20790) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ +513,5 @@
+ [% END %] + [% IF ( itemloo.serialseq ) %] + <div class="serialseq"> -- [% itemloo.serialseq %]</div> + [% END %] + [% IF ( itemloo.publisheddate ) %]
These say 'itemloo' vs. 'item' in the previous code. This is why it disappeared for Nicole. -- You are receiving this mail because: You are watching all bug changes.