From 367f4f733f76da068f4125d420c475e8d085cf49 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 22 Jun 2015 11:47:25 -0400 Subject: Add searchusers action and make editusers and listusers actually be different --- vmail-listusers-html.lsp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vmail-listusers-html.lsp') diff --git a/vmail-listusers-html.lsp b/vmail-listusers-html.lsp index 1972dc5..877b382 100644 --- a/vmail-listusers-html.lsp +++ b/vmail-listusers-html.lsp @@ -62,12 +62,4 @@ html = require("acf.html")

No users found

<% end %> -<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("createuser") then %> -<% htmlviewfunctions.displayitem(cfe({type="link", value={redir=redir}, label="Create New User", option="Create", action="createuser" }), page_info, header_level2) %> -<% end %> - -<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("createmanyusers") then %> -<% htmlviewfunctions.displayitem(cfe({type="link", value={redir=redir}, label="Create Multiple Users", option="Create", action="createmanyusers" }), page_info, header_level2) %> -<% end %> - <% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3