summaryrefslogtreecommitdiffstats
path: root/vmail-listusers-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-12-08 17:10:56 -0500
committerTed Trask <ttrask01@yahoo.com>2013-12-08 17:10:56 -0500
commita7ac20b54272bda016a4f320b9291e76c2652286 (patch)
treebab665d629ad388de4620ee6c8cb9328872aa8a7 /vmail-listusers-html.lsp
parentac604bc78e5800b139103a4dd503c10c6b819a4b (diff)
downloadacf-freeswitch-vmail-a7ac20b54272bda016a4f320b9291e76c2652286.tar.bz2
acf-freeswitch-vmail-a7ac20b54272bda016a4f320b9291e76c2652286.tar.xz
Add batch account creation
Contributed by alacerda alancordeiro@gmail.com
Diffstat (limited to 'vmail-listusers-html.lsp')
-rw-r--r--vmail-listusers-html.lsp7
1 files changed, 6 insertions, 1 deletions
diff --git a/vmail-listusers-html.lsp b/vmail-listusers-html.lsp
index 766ef45..22e2499 100644
--- a/vmail-listusers-html.lsp
+++ b/vmail-listusers-html.lsp
@@ -62,8 +62,13 @@ html = require("acf.html")
<H2>Create New User</H2>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller) %>/createuser" method="POST">
<input class="hidden" type="hidden" name="redir" value="<%= html.html_escape(page_info.orig_action) %>" >
-<dl><dt></dt><dd><input class="submit" type="submit" value="Create"></dd></dl>
+<dl><dt></dt><dd><input class="submit" type="submit" value="Create"></dd>
</form>
+<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller) %>/createmanyusers" method="POST">
+<input class="hidden" type="hidden" name="redir" value="<%= html.html_escape(page_info.orig_action) %>" >
+<dt></dt><dd><input class="submit" type="submit" value="Create Many"></dd></dl>
+</form>
+
<% end %>
</DL>