projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix browse results for selecting counties (resulting from separating tax classes...
[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>