X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-fixed.html;h=3e115d69af2ed3ebf127dd3285a5c3ec2fa47a36;hp=373c0ab3a6ef89198eee5c74ea622a068587d42d;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=aeb90ade381fc3d5477db0334048c2af623fccfe diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html index 373c0ab3a..3e115d69a 100644 --- a/httemplate/elements/tr-fixed.html +++ b/httemplate/elements/tr-fixed.html @@ -1,16 +1,18 @@ -<% include('tr-td-label.html', @_ ) %> +<& tr-td-label.html, @_ &> - <% $colspan %>><% $value %> + <% $colspan %>><% $value %> -<% include('hidden.html', %opt ) %> +<& hidden.html, %opt &> <%init> 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'}. '" ' : '';