https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469 --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 73282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73282 Bug 20469: Add item status to staff article request form Review of attachment 73282: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20469&attachment=73282) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ +42,5 @@
[% END %] +[% BLOCK item_status %][%# pass Koha::Item into myitem %] + [% IF myitem.onloan %]Checked out + [% ELSIF myitem.is_waiting_or_transit %]On hold + [% ELSE %]Available
Just curious about the lack of <span>'s. Does this translate? -- You are receiving this mail because: You are watching all bug changes.