[freeside-commits] freeside/httemplate/elements tr-fixed.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Thu Jan 3 18:18:50 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv9764

Modified Files:
	tr-fixed.html 
Log Message:
add a formatted_value option

Index: tr-fixed.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-fixed.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tr-fixed.html	1 Aug 2007 22:25:10 -0000	1.1
+++ tr-fixed.html	4 Jan 2008 02:18:48 -0000	1.2
@@ -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>
 



More information about the freeside-commits mailing list