diff --git a/mason/search/stocks.mas b/mason/search/stocks.mas index bcf95d822b..91dffb1ce8 100644 --- a/mason/search/stocks.mas +++ b/mason/search/stocks.mas @@ -261,7 +261,7 @@ my $breeding_programs_select = simple_selectbox_html(
-
+
@@ -280,7 +280,7 @@ my $breeding_programs_select = simple_selectbox_html(
- <&| /page/info_section.mas, title => 'Copy Results to a List', collapsible=>1, collapsed=>0, subtitle=>'Copy the stock names currently showing in the search results table to a new or exisiting list'&> + <&| /page/info_section.mas, title => 'Copy Results to a List', collapsible=>1, collapsed=>0, subtitle=>'Copy the stock names currently showing in the search results table to a new or exisiting list. Use "Show All entries" to capture all results.'&>
@@ -453,7 +453,6 @@ jQuery(document).ready(function () { addToListMenu('results_to_list_menu', 'search_result_names', { listType: jQuery('#stock_type_select option:selected').text()+'s' || 'null' }); - }); jQuery('#submit_stock_search').click( function() { @@ -555,7 +554,12 @@ function _load_stock_search_results(stock_type, editable_stockprops_search, stoc 'ordering' : false, 'processing': true, 'serverSide': true, - 'lengthMenu': [10,20,50,100,1000,5000], + 'lengthMenu': [ + [10,20,50,100,1000,1000000000000000], + [10,20,50,100,1000,'All'] + ], + 'fixedFooter' : true, + 'scrollY' : '350px', 'ajax': { 'url': '/ajax/search/stocks', 'data': function(d) { d.any_name = jQuery('#any_name').val();