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

<%init>

my %opt = @_;

</%init>