@@ -, +, @@ down menu --- .../prog/en/modules/admin/marctagstructure.tt | 34 +++++++++++++++------- 1 file changed, 24 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -15,7 +15,7 @@ $(document).ready(function() { $("#table_marctagstructure").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], "sPaginationType": "four_button" })); @@ -189,9 +189,7 @@ $(document).ready(function() { Repeatable Mandatory Auth value - Subfields - Edit - Delete +   @@ -211,9 +209,17 @@ $(document).ready(function() { [% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %] [% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %] [% loo.authorised_value %] - subfields - Edit - Delete + + + [% END %] [% ELSE %] @@ -224,9 +230,17 @@ $(document).ready(function() { [% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %] [% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %] [% loo.authorised_value %] - Subfields - Edit - Delete + + + [% END %] [% END %] --