http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680 --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 36128 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36128 Bug 13680 - Items list on edit items page separates add items form from header and sidebar Review of attachment 36128: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13680&attachment=36128) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ +134,4 @@
<div id="bd"> <div id="yui-main"> +<h1>Add items to [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
Not sure this change is consistent: If you edit an item, you see: Add items to my_bib Edit Item #23192 There is Add vs Edit on the same page. Maybe it is better to keep the original wording here, don't you think? -- You are receiving this mail because: You are watching all bug changes.