summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct/tr.html
blob: e2ec7d42ffe4cab9e54ecd94c507bb1dd1c83e5d (plain)
1
2
3
4
5
6
7
8
9
<TR>
  <TD ALIGN="right"><% $opt{'label'} %></TD>
  <TD BGCOLOR="#ffffff"><% $opt{'value'} %></TD>
</TR>
<%init>

my %opt = @_;

</%init>