diff options
| author | ivan <ivan> | 2010-02-21 07:32:21 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-02-21 07:32:21 +0000 |
| commit | 6495ef2f0c495e55db9e182f5607d93a5c4adc20 (patch) | |
| tree | d9f089d7257bc5c4f00fa47e715860091848abb5 /httemplate/view/svc_acct/tr.html | |
| parent | 690f020eb7e2af7112793747f45b488aa0e24e03 (diff) | |
communigate, RT#7083
Diffstat (limited to 'httemplate/view/svc_acct/tr.html')
| -rw-r--r-- | httemplate/view/svc_acct/tr.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct/tr.html b/httemplate/view/svc_acct/tr.html new file mode 100644 index 000000000..e2ec7d42f --- /dev/null +++ b/httemplate/view/svc_acct/tr.html @@ -0,0 +1,9 @@ +<TR> + <TD ALIGN="right"><% $opt{'label'} %></TD> + <TD BGCOLOR="#ffffff"><% $opt{'value'} %></TD> +</TR> +<%init> + +my %opt = @_; + +</%init> |
