diff options
Diffstat (limited to 'httemplate/elements/tr-select-otaker.html')
| -rw-r--r-- | httemplate/elements/tr-select-otaker.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-otaker.html b/httemplate/elements/tr-select-otaker.html new file mode 100644 index 000000000..4c4d0a194 --- /dev/null +++ b/httemplate/elements/tr-select-otaker.html @@ -0,0 +1,10 @@ +<TR> + <TD ALIGN="right"><% $opt{'label'} || emt('Employee: ') %></TD> + <TD><& select-otaker.html, %opt &></TD> +</TR> + +<%init> + +my %opt = @_; + +</%init> |
