diff options
author | ivan <ivan> | 2008-01-04 02:18:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-04 02:18:48 +0000 |
commit | b0003b80600bb73625465e8e80bd654a863a43ad (patch) | |
tree | 209f93ca6076627e67805a6d6c75c1a28feb2bbd | |
parent | 76f0b6117b31fb5886c99727c383c2281910e118 (diff) |
add a formatted_value option
-rw-r--r-- | httemplate/elements/tr-fixed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html index ac0dc8db6..095e1bce9 100644 --- a/httemplate/elements/tr-fixed.html +++ b/httemplate/elements/tr-fixed.html @@ -1,6 +1,6 @@ <% include('tr-td-label.html', @_ ) %> - <TD BGCOLOR="#dddddd" <% $style %>><% $opt{'value'} %></TD> + <TD BGCOLOR="#dddddd" <% $style %>><% $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'} |h %></TD> </TR> |