From bba0044e8ed4cf541d38781950773c1416422b0c 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.39.2