X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fgrouped-search%2Fhtml;h=ae8086512dada51543ef74a162d355e9b24fc927;hb=b65bbe5e2161ac6dd4e0e8239ccb7249e001639f;hp=28d00404b2e64e3811240be034ca689d24e48248;hpb=ecd038f7ae5c1ffc929f3c928ecd161eeb45d9be;p=freeside.git diff --git a/httemplate/search/elements/grouped-search/html b/httemplate/search/elements/grouped-search/html index 28d00404b..ae8086512 100644 --- a/httemplate/search/elements/grouped-search/html +++ b/httemplate/search/elements/grouped-search/html @@ -34,7 +34,7 @@ my $footer = $group_info->{group_footers}[$curr_group]; my $total_footer = $group_info->{total_footer} || []; # pagination my ($limit, $offset); -my $maxrecords = $conf->config('maxsearchrecordsperpage') || 50; +my $maxrecords = $conf->config('maxsearchrecordsperpage') || 100; if ( $cgi->param('maxrecords') =~ /^(\d+)$/ ) { $maxrecords = $1; } @@ -90,6 +90,8 @@ if ($group_info->{num} > 1) { # } #} +my $conf = FS::Conf->new; +my $money = $conf->config('money_char') || '$'; <& /elements/header.html, $opt{title} &> @@ -107,7 +109,7 @@ if ($group_info->{num} > 1) {
% if ( $group->num_rows > 0 ) { -

<% emt('[quant,_1,_2]', $group->num_rows, $opt{name_singular}) %> +

<% emt('[quant,_1,_2]', $group->num_rows, $opt{name_singular}) %> for <% emt($money.$group->paid) %>

%# download links

<% emt('Download results:') %>