@@ -, +, @@ templates have been defined --- .../prog/en/modules/cataloguing/additem.tt | 91 ++++++++++--------- 1 file changed, 46 insertions(+), 45 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -163,60 +163,61 @@

Edit item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]

[% END %] -
-
- + + + [% FOREACH t IN item_templates.owned %] + [% IF t.id == template_id %] + [% ELSE %] - + [% END %] - [% ELSE %] - [% IF CAN_user_editcatalogue_manage_item_editor_templates %] - + [% END %] + + + [% FOREACH t IN item_templates.shared %] + [% IF t.id == template_id %] + [% IF CAN_user_editcatalogue_manage_item_editor_templates %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% IF CAN_user_editcatalogue_manage_item_editor_templates %] + + [% ELSE %] + + [% END %] [% END %] [% END %] + + +
+
+ +
+
+
-
- -
-
- -
+ For session +
-
- -
+
+ +
-
- +
+ +
- - + [% END %]
[% PROCESS subfields_for_item subfields => subfields %] --