RT# 21110, Updated files to use jquery-validate jquery plugin. This allows for field...
[freeside.git] / httemplate / elements / tr-select-otaker.html
1 <TR>
2   <TD ALIGN="right"><% $opt{'label'} || emt('Employee: ') %></TD>
3   <TD><& select-otaker.html, %opt &></TD>
4 </TR>
5
6 <%init>
7
8 my %opt = @_;
9
10 </%init>