From d035b4b9f917433f27d045440286a44261a73332 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. --- .../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 0cf72a153f..5648a35366 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.20.1