View | Details | Raw Unified | Return to bug 7652
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +1 lines)
Lines 231-237 function set_to_today(id, force) { Link Here
231
    [% IF ( opisadd ) %]
231
    [% IF ( opisadd ) %]
232
        <h2 id="additema">Add Item</h2>
232
        <h2 id="additema">Add Item</h2>
233
    [% ELSE %]
233
    [% ELSE %]
234
        <h2 id="edititem">Edit Item #[% itemnumber %]</h2>
234
        <h2 id="edititem">Edit Item #[% itemnumber %][% IF ( barcode ) %] / Barcode [% barcode %][% END %]</h2>
235
    [% END %]
235
    [% END %]
236
	<fieldset class="rows">
236
	<fieldset class="rows">
237
	<ol>
237
	<ol>
238
- 

Return to bug 7652