@@ -, +, @@ menu a) For Default framework, actions available are 'MARC structure', 'Export' and 'Import'. b) Confirm these buttons all work as expected. c) For all other frameworks, actions available are 'MARC structure', 'Edit', 'Delete', 'Export' and 'Import'. d) Confirm these buttons all work as expected. --- .../prog/en/modules/admin/biblio_framework.tt | 219 ++++++++++---------- 1 file changed, 110 insertions(+), 109 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -17,7 +17,7 @@ $(document).ready(function() { $("#table_biblio_frameworks").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3, -4, -5 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, { "aTargets": [ 0, 1 ], "sType": "natural" }, ], "bSort": true, @@ -205,133 +205,134 @@ Code Description   - Edit - Delete - Export - Import   Default framework - MARC structure -   -   - - - Export - - - + - + - - Import - - + + - - + + [% FOREACH loo IN frameworks %] [% loo.frameworkcode %] [% loo.frameworktext %] - MARC structure - Edit - Delete + + + - - Export - - - - + + - - Import - - - - [% END %] --