From 3ee413235855f623d06bd08fa72c4933be19b5e2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 14 Sep 2020 15:40:56 +0100 Subject: [PATCH] Bug 24975: (follow-up) Rebase for bug 21946 --- .../prog/en/modules/admin/itemtypes.tt | 32 ++----------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 0553bed1d7..34b1a0143a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -495,39 +495,11 @@ Item types › Administration › Koha [% END %] [% IF itemtype.parent_type %] - [% IF itemtype.parent.translated_descriptions.size %] - [% itemtype.parent.description | html %] (default)
- [% ELSE %] - [% itemtype.parent.description | html %] - [% END %] + [% itemtype.parent.description | html %]
- [% IF itemtype.translated_descriptions.size %] - [% itemtype.description | html %] (default)
- [% FOR description IN itemtype.translated_descriptions %] - [% IF description.translation == itemtype.translated_description %] - -- [% description.translation | html %] - [% ELSE %] - -- [% description.translation | html %] ([% description.lang | html %]) - [% END %] -
- [% END %] - [% ELSE %] -- [% itemtype.description | html %] - [% END %] [% ELSE %] - [% IF itemtype.translated_descriptions.size %] - [% itemtype.description | html %] (default)
- [% FOR description IN itemtype.translated_descriptions %] - [% IF description.translation == itemtype.translated_description %] - [% description.translation | html %] - [% ELSE %] - [% description.translation | html %] ([% description.lang | html %]) - [% END %] -
- [% END %] - [% ELSE %] - [% itemtype.description | html %] - [% END %] + [% itemtype.description | html %] [% END %] -- 2.20.1