X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select.html;h=cf1b3cc608ab0be1a5964b3626cb32000a867c08;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hp=f9c768c6030772eb2870c5865193815586c4a6c2;hpb=6874a21f3cb26a167e49cc1324df30119c6ed75d;p=freeside.git diff --git a/httemplate/elements/tr-select.html b/httemplate/elements/tr-select.html index f9c768c60..cf1b3cc60 100644 --- a/httemplate/elements/tr-select.html +++ b/httemplate/elements/tr-select.html @@ -14,7 +14,7 @@ <%init> my %opt = @_; -warn join ' / ', %opt; + my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : '';