summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-otaker.html
diff options
context:
space:
mode:
authorivan <ivan>2007-12-04 20:51:51 +0000
committerivan <ivan>2007-12-04 20:51:51 +0000
commit948b8acdd4b9b3864342062d0c397a11f57c5700 (patch)
tree4d39e731e1a46f062a143d448793e6ffbd9d598c /httemplate/elements/tr-select-otaker.html
parent76c7355b1f97f99b5a3f673cf72429761924ee31 (diff)
add some time-worked reporting
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 000000000..edf62dceb
--- /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>