@@ -, +, @@ buttons expected does not wrap --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt @@ -21,6 +21,9 @@ 'aLengthMenu': [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]], 'iDisplayLength': 20, 'aaSorting': [[ 0, "asc" ]], + "aoColumnDefs": [ + { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, + ] })); $(".confirmdelete").click(function(){ @@ -104,9 +107,9 @@ [% IF field.searchable %]Yes[% ELSE %]No[% END %] - - Edit - Delete + + Edit + Delete [% END %] --