From e5e9488afc19de9a65463d11b87b58291f0796ab Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Fri, 4 Dec 2020 14:43:14 +1300 Subject: [PATCH] Bug 13952: (follow-up) fixing indentation and rebasing Signed-off-by: Mazen Khallaf --- admin/import_export_authtype.pl | 2 +- .../prog/en/modules/admin/authtypes.tt | 103 +++++++++++---------- 2 files changed, 53 insertions(+), 52 deletions(-) diff --git a/admin/import_export_authtype.pl b/admin/import_export_authtype.pl index 3553bfa0aa..11cab491f0 100755 --- a/admin/import_export_authtype.pl +++ b/admin/import_export_authtype.pl @@ -22,7 +22,7 @@ use CGI qw ( -utf8 ); use CGI::Cookie; use C4::Context; use C4::Auth qw/check_cookie_auth/; -use C4::ImportExportFramework qw( ExportFramework ImportFramework ); +use C4::ImportExportFramework qw( ExportFramework ImportFramework createODS ); my %cookies = CGI::Cookie->fetch(); my ($auth_status, $sessionID); diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index ca885d837f..c34c004cf9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -191,61 +191,62 @@ Authority types › Administration › Koha
  • MARC structure
  • Edit
  • [% IF authority_type.authtypecode %]
  • Delete
  • [% END %] - -
  • Export
  • - -
  • Import
  • + +
  • Export
  • + +
  • Import
  • - - + + + + + - - [% END %] -- 2.11.0