https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33260 --- Comment #39 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 158855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158855 Bug 33260: Make styles apply per notice Review of attachment 158855: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=33260&attachment=158855) ----------------------------------------------------------------- I think this patch belongs in bug 33478 personally.. it's a fix for that bug not this one after rebases. ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt @@ +39,5 @@
[% SET slips = [{content => slip, is_html => !plain, style => style }] %] [% END %] [% FOR slip IN slips %] +[% IF slip.style %]<style>[% slip.style.replace('[^{]+{', '#slip_' _ slip.id _ ' {') | $raw %]</style>[% END %] +<span id="slip_[% slip.id | html %]">
Also.. this should really be a block level element in my opinion rather than an inline level element.. Probably a 'div'. -- You are receiving this mail because: You are watching all bug changes.