Merge branch 'patch-4' of https://github.com/gjones2/Freeside (#13854 as this bug...
[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>