RT# 21110, Updated files to use jquery-validate jquery plugin. This allows for field...
[freeside.git] / httemplate / elements / hidden.html
1 <INPUT TYPE  = "hidden"
2        NAME  = "<% $opt{field} %>"
3        ID    = "<% $opt{field} %>"
4        VALUE = "<% $opt{curr_value} || $opt{value} |h %>"
5 >
6
7 <%init>
8
9 my %opt = @_;
10
11 </%init>