diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-06-22 11:47:25 -0400 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-06-22 11:47:25 -0400 |
commit | 367f4f733f76da068f4125d420c475e8d085cf49 (patch) | |
tree | ff552a8abe06c9f0987721191fa47f78dff00e17 /vmail-listusers-html.lsp | |
parent | a23996b6ea30c01edb424c77421ef2d64cf62fc7 (diff) | |
download | acf-freeswitch-vmail-367f4f733f76da068f4125d420c475e8d085cf49.tar.bz2 acf-freeswitch-vmail-367f4f733f76da068f4125d420c475e8d085cf49.tar.xz |
Add searchusers action and make editusers and listusers actually be different
Diffstat (limited to 'vmail-listusers-html.lsp')
-rw-r--r-- | vmail-listusers-html.lsp | 8 |
1 files changed, 0 insertions, 8 deletions
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") <p>No users found</p> <% 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) %> |