From b165f6b1157a199b15ce565100538d58f02667d4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 10 Oct 2018 12:10:45 +0000 Subject: [PATCH] Bug 21531: Subscription "New fields" button should read "New field" This patch changes the label of the "New fields" button on the subscription add fields page to read "New field," making it consistent with similar buttons in the staff client. Also changed: - Add missing id to + @@ -154,11 +154,7 @@ $("#fieldst").dataTable($.extend(true, {}, dataTablesDefaults, { 'bAutoWidth': false, - 'sDom': 't<"bottom pager"ilpf>', 'sPaginationType': 'four_button', - 'aLengthMenu': [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]], - 'iDisplayLength': 20, - 'aaSorting': [[ 0, "asc" ]], "aoColumnDefs": [ { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ] -- 2.1.4