From 7abc9f1966c19bdb5b8c74bca08b43eec6ae6ca2 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Thu, 14 Aug 2025 19:04:15 +0000 Subject: [PATCH] Bug 34631: (follow-up) Tidy additional-contents.tt --- .../en/modules/tools/additional-contents.tt | 70 ++++++++++--------- 1 file changed, 36 insertions(+), 34 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 64512450ff6..72d136d69f8 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 @@ -235,17 +235,17 @@ [% INCLUDE 'html-customization-help.inc' %] [% UNLESS my_branch_as_staff %] -
  • - - -
  • +
  • + + +
  • [% END %] [% UNLESS languages.size %]
  • @@ -402,9 +402,9 @@ [% SET default_localization = c.default_localization %] - [% UNLESS ( my_branch_as_staff && my_branch_as_staff != c.branchcode ) %] - - [% END %] + [% UNLESS ( my_branch_as_staff && my_branch_as_staff != c.branchcode ) %] + + [% END %] [% IF c.category == 'news' || c.category == 'pages' %] @@ -468,26 +468,28 @@ - [% UNLESS ( my_branch_as_staff && my_branch_as_staff != c.branchcode ) %] -
    - Edit - -
    -
    - Delete -
    - [% END %] + [% UNLESS ( my_branch_as_staff && my_branch_as_staff != c.branchcode ) %] +
    + Edit + +
    +
    + Delete +
    + [% END %] [% END %] -- 2.34.1