summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-user.html
blob: a9572af8fe6556f3083003d976364a6304264e9b (plain)
1
2
3
4
5
6
7
8
9
10
<TR>
  <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
  <TD><% include('select-user.html', %opt) %></TD>
</TR>

<%init>

my %opt = @_;

</%init>