projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git]
/
httemplate
/
elements
/
select-cust-pkg_class.html
1
<% include( '/elements/select-pkg_class.html',
2
'pre_options' => [ '-1' => 'all' ], #XXX a config ?
3
#'pre_options' => [ '-2' => 'Select package class' ],
4
'disable_empty' => 1,
5
%opt,
6
)
7
%>
8
<%init>
9
10
my %opt = @_;
11
12
</%init>