From 9490dd2ca10cc6ee9cbe2a5592e9814b96743d91 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 22 Aug 2022 12:24:34 +0100 Subject: [PATCH] Bug 31162: (follow-up) 3 Column layout This patch converts to a 3 column layout as suggested by David. --- .../en/modules/cataloguing/cataloging-home.tt | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt index 1f925ec75e..2f8f45aff9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt @@ -29,7 +29,7 @@
-
+
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

New

@@ -78,7 +78,7 @@
-
+

Batch editing

    @@ -111,24 +111,7 @@
-
-

Automations

- -
    - [% IF ( CAN_user_tools_items_batchmod ) %] -
  • - Item modifications by age -
  • - [% END %] - [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] -
  • - Stock rotation -
  • - [% END %] -
-
- -
+

Reports

    @@ -157,6 +140,22 @@ [% END %]
+ +

Automations

+ +
    + [% IF ( CAN_user_tools_items_batchmod ) %] +
  • + Item modifications by age +
  • + [% END %] + [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] +
  • + Stock rotation +
  • + [% END %] +
+
-- 2.20.1