From 7018cfcd14a6ca0252c1e3aabf7ece4fb3f6af4b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 00:23:44 -0700 Subject: UI for emailing customer statements on v4, RT#34078 --- httemplate/elements/tr-fixed.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'httemplate/elements/tr-fixed.html') diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html index 373c0ab3a..dad8da03f 100644 --- a/httemplate/elements/tr-fixed.html +++ b/httemplate/elements/tr-fixed.html @@ -1,6 +1,6 @@ <% include('tr-td-label.html', @_ ) %> - <% $colspan %>><% $value %> + <% $colspan %>><% $value %> @@ -10,7 +10,9 @@ my %opt = @_; -my $style = $opt{'cell_style'} ? ' STYLE="'. $opt{'cell_style'}. '" ' : ''; +my $style = $opt{'cell_style'} + ? ' STYLE="'. $opt{'cell_style'}. '" ' + : ' STYLE="color:#666666" '; my $colspan = $opt{'colspan'} ? ' COLSPAN="'. $opt{'colspan'}. '" ' : ''; -- cgit v1.2.1