Merge branch 'patch-7' of https://github.com/gjones2/Freeside (#13854 as this bug...
[freeside.git] / httemplate / view / elements / tr.html
1 <TR>
2   <TD ALIGN="right"><% $opt{'label'} %></TD>
3   <TD BGCOLOR="#ffffff"><% $opt{'value'} %></TD>
4 </TR>
5 <%init>
6
7 my %opt = @_;
8
9 </%init>