From 03dfd875f74410d283060a4e54eaedf845bfcd39 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 19 Jun 2013 14:56:25 -0700 Subject: improve accuracy of historical package counts, #8461 --- httemplate/search/elements/search-html.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'httemplate/search/elements/search-html.html') diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index e760bc546..bee33cfe8 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -253,6 +253,12 @@ % $bgcolor = $bgcolor1; % } +% my $rowstyle = ''; +% if ( $row eq $opt{'footer_data'} ) { +% $rowstyle = ' STYLE="border-top: dashed 1px black; font-style: italic"'; +% $bgcolor = '#dddddd'; +% } + % my $trid = ''; % if ( $opt{'link_field' } ) { % my $link_field = $opt{'link_field'}; @@ -262,7 +268,7 @@ % $trid = $row->$link_field(); % } % } - + > % if ( $opt{'fields'} ) { -- cgit v1.2.1