[freeside-commits] freeside/httemplate/elements hidden.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Thu Jan 3 18:20:53 PST 2008
- Previous message: [freeside-commits] freeside/httemplate/elements tablebreak-tr-title.html, NONE, 1.1 tr-fixed-state.html, NONE, 1.1 tr-fixed-country.html, NONE, 1.1 tr-input-percentage.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements hidden.html, NONE, 1.2.2.2 tablebreak-tr-title.html, NONE, 1.1.2.2 tr-checkbox.html, NONE, 1.1.2.2 tr-fixed-country.html, NONE, 1.1.2.2 tr-fixed-state.html, NONE, 1.1.2.2 tr-fixed.html, NONE, 1.2.2.2 tr-input-money.html, NONE, 1.1.2.2 tr-input-percentage.html, NONE, 1.1.2.2 tr-input-text.html, NONE, 1.2.2.2 tr-select.html, NONE, 1.1.2.2 tr-td-label.html, NONE, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv9851
Modified Files:
hidden.html
Log Message:
escape value
Index: hidden.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/hidden.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hidden.html 1 Aug 2007 22:25:08 -0000 1.1
+++ hidden.html 4 Jan 2008 02:20:50 -0000 1.2
@@ -1,7 +1,7 @@
<INPUT TYPE = "hidden"
NAME = "<% $opt{field} %>"
ID = "<% $opt{field} %>"
- VALUE = "<% $opt{curr_value} || $opt{value} %>"
+ VALUE = "<% $opt{curr_value} || $opt{value} |h %>"
>
<%init>
- Previous message: [freeside-commits] freeside/httemplate/elements tablebreak-tr-title.html, NONE, 1.1 tr-fixed-state.html, NONE, 1.1 tr-fixed-country.html, NONE, 1.1 tr-input-percentage.html, NONE, 1.1
- Next message: [freeside-commits] freeside/httemplate/elements hidden.html, NONE, 1.2.2.2 tablebreak-tr-title.html, NONE, 1.1.2.2 tr-checkbox.html, NONE, 1.1.2.2 tr-fixed-country.html, NONE, 1.1.2.2 tr-fixed-state.html, NONE, 1.1.2.2 tr-fixed.html, NONE, 1.2.2.2 tr-input-money.html, NONE, 1.1.2.2 tr-input-percentage.html, NONE, 1.1.2.2 tr-input-text.html, NONE, 1.2.2.2 tr-select.html, NONE, 1.1.2.2 tr-td-label.html, NONE, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list