show data usage report link only for customers that might have data usage, #42310
[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>