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

<%init>

my %opt = @_;

</%init>