summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-otaker.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-otaker.html')
-rw-r--r--httemplate/elements/tr-select-otaker.html10
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 0000000..edf62dc
--- /dev/null
+++ b/httemplate/elements/tr-select-otaker.html
@@ -0,0 +1,10 @@
+<TR>
+ <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
+ <TD><% include('select-otaker.html', %opt) %></TD>
+</TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>