combine ticket notification scrips, #15353
[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>