@@ -, +, @@ --- .../prog/en/modules/cataloguing/additem.tt | 76 +++++++++++-------- 1 file changed, 43 insertions(+), 33 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -163,47 +163,57 @@ [% 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 %] + + +
+
+ +
+
+ +
- +
+ +
- +
+ +
--