From c1e2f536974812f05b8d3534ad2bf9c9ba40c24d Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 29 Mar 2010 09:18:23 +0000 Subject: RT#884: search customers by signup time of day --- httemplate/elements/tr-select-user.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 httemplate/elements/tr-select-user.html (limited to '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 index 000000000..a9572af8f --- /dev/null +++ b/httemplate/elements/tr-select-user.html @@ -0,0 +1,10 @@ + + <% $opt{'label'} || 'Employee: ' %> + <% include('select-user.html', %opt) %> + + +<%init> + +my %opt = @_; + + -- cgit v1.2.1