@@ -, +, @@ menu --- .../intranet-tmpl/prog/en/modules/admin/authtypes.tt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -14,7 +14,7 @@ $(document).ready(function() { $("#authtypes").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], "sPaginationType": "four_button" })); @@ -151,8 +151,6 @@ Summary Auth field copied   - Edit - Delete @@ -162,9 +160,17 @@ [% authority_type.authtypetext %] [% authority_type.summary %] [% authority_type.auth_tag_to_report %] - MARC structure - Edit - Delete + + + [% END %] --