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, 0 insertions, 10 deletions
diff --git a/httemplate/elements/tr-select-otaker.html b/httemplate/elements/tr-select-otaker.html
deleted file mode 100644
index edf62dc..0000000
--- a/httemplate/elements/tr-select-otaker.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<TR>
- <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
- <TD><% include('select-otaker.html', %opt) %></TD>
-</TR>
-
-<%init>
-
-my %opt = @_;
-
-</%init>