From 7177412ca0bb93ec0fa15389c811200b2fc710b0 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