14 Aug
2012
14 Aug
'12
6:04 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8637 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- This looks like it works correctly, but I think it would be a good idea to pull a couple of things from the additem.pl template: <label class="required">[% ite.subfield %] - [% ite.marc_lib %]</label> ...and... [% IF ( ite.mandatory ) %] <span class="required">Required</span>[% END %] This would make the mandatory nature of the fields a little more obvious and make it consistent with other forms. Looking at this makes me wonder... Why don't we use services/itemrecorddisplay.pl for additem.pl too? -- You are receiving this mail because: You are watching all bug changes.