RT#884: search customers by signup time of day
[freeside.git] / httemplate / elements / tr-select-user.html
diff --git a/httemplate/elements/tr-select-user.html b/httemplate/elements/tr-select-user.html
new file mode 100644 (file)
index 0000000..a9572af
--- /dev/null
@@ -0,0 +1,10 @@
+<TR>
+  <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
+  <TD><% include('select-user.html', %opt) %></TD>
+</TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>