projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4.x style one-time charge
[freeside.git]
/
httemplate
/
elements
/
tr-select-domain.html
1
% #if ( scalar(@domains) < 2 ) {
2
% #} else {
3
<TR>
4
<TD ALIGN="right"><% $opt{'label'} || 'Domain' %></TD>
5
<TD>
6
<% include( '/elements/select-domain.html', %opt) %>
7
</TD>
8
</TR>
9
% #}
10
<%init>
11
my %opt = @_;
12
</%init>