From 7851241144d68d56239d968c9928508e70c440f4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 27 Sep 2021 16:44:12 +0000 Subject: [PATCH] Bug 29041: (follow-up) Expand the scope of changes This patch expands the scope of the original changes to add consistency to the non-edit views. Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index c5cdab6d74..fcc5d8f460 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -32,10 +32,10 @@ Tools - [% IF op == 'add_form' %]
  • Additional contents
  • + [% IF op == 'add_form' %]
  • [% IF category == 'news' %] News @@ -55,11 +55,15 @@ [% ELSE %]
  • - Additional contents - ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) + [% IF category == 'news' %] + News + [% ELSE %] + HTML customizations + [% END %]
  • [% END %] + -- 2.11.0