From b93050ba12667622c30547dbfea6905ae8493d2e Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 31 Oct 2022 11:59:53 -0400 Subject: [PATCH] Bug 24606: (QA follow-up) Fix up interface --- .../prog/en/modules/cataloguing/additem.tt | 76 +++++++++++-------- 1 file changed, 43 insertions(+), 33 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 0f180caf69..f0242bd8e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/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 %] + + +
+
+ +
+
+ +
- +
+ +
- +
+ +
-- 2.30.2