projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
zip email CDRs, RT#40112
[freeside.git]
/
httemplate
/
elements
/
tr-select-user.html
1
<TR>
2
<TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
3
<TD><% include('select-user.html', %opt) %></TD>
4
</TR>
5
6
<%init>
7
8
my %opt = @_;
9
10
</%init>