From 9ee04af76c4cc781b7662628c971e50be96fa6a0 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 17 Mar 2016 23:52:14 +0000 Subject: [PATCH] Bug 16098: Making subscription fields actions buttons To test: 1) Go to Serials -> Add subscription fields 2) Confirm actions "Edit" and "Delete" now show as buttons and work as expected 3) When you make your browser narrow, confirm that the Actions column does not wrap 4) Confirm that you cannot sort on the Actions column Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- .../intranet-tmpl/prog/en/modules/serials/add_fields.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt index 7717f2cc7c..18c424dd7b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt +++ b/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 %] -- 2.39.5