X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-fixed.html;h=3e115d69af2ed3ebf127dd3285a5c3ec2fa47a36;hp=dd07d90b69a9d881c474177b7b5a55e77b337279;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=49fc33db77d202f175a4d8a33e3eab1e52080a4d diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html index dd07d90b6..3e115d69a 100644 --- a/httemplate/elements/tr-fixed.html +++ b/httemplate/elements/tr-fixed.html @@ -1,18 +1,23 @@ -<% include('tr-td-label.html', @_ ) %> +<& tr-td-label.html, @_ &> - ><% $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'}. '" ' : ''; my $value = $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'}; +$value = $opt{'prefix'} . $value if defined($opt{'prefix'}); unless ( $opt{'noescape'} ) { #compatibility with select-table and friends