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

<%init>

my %opt = @_;

</%init>