@@ -, +, @@ --- admin/import_export_authtype.pl | 2 +- .../prog/en/modules/admin/authtypes.tt | 103 +++++++++++---------- 2 files changed, 53 insertions(+), 52 deletions(-) --- a/admin/import_export_authtype.pl +++ a/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); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ a/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 %] --