From 113fd43ffeed42450a0fac505fd70d984b671e4a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 5 Aug 2022 13:23:02 +0100 Subject: [PATCH] Bug 31162: Remove toolbar This patch removes the existing toolbar with 'New record' and 'New from Z39.50/SRU' and replaces the functionality with simple buttons on the page. We lose the ability to select the Framework or Z39.50/SRU server at this stage but one can still select these options from the resulting dialogues. --- .../en/modules/cataloguing/cataloging-home.tt | 38 +++++-------------- 1 file changed, 10 insertions(+), 28 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 46dadac6a8..264f85da1b 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 @@ -24,47 +24,30 @@
- [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] -
-
- - - -
- [% IF servers.count > 0 %] -
- - - -
- [% END # /IF servers.count %] -
- [% END # /IF CAN_user_editcatalogue_edit_catalogue %] -

Cataloging

+ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]

New

    +
  • + Basic editor +
  • [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
  • Advanced editor
  • [% END %] + [% IF servers.count > 0 %] +
  • + Z39.50/SRU +
  • + [% END %]
+ [% END %]

Import

@@ -94,7 +77,6 @@
-

Batch editing

-- 2.20.1