diff options
Diffstat (limited to 'vmail-editusers-html.lsp')
l---------[-rw-r--r--] | vmail-editusers-html.lsp | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/vmail-editusers-html.lsp b/vmail-editusers-html.lsp index 0a708e9..215a6d3 100644..120000 --- a/vmail-editusers-html.lsp +++ b/vmail-editusers-html.lsp @@ -1,16 +1 @@ -<% local view, viewlibrary, page_info, session = ... -htmlviewfunctions = require("htmlviewfunctions") -%> - -<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("listusers") then - viewlibrary.dispatch_component("listusers") -end %> - -<% local redir = cfe({ type="hidden", value=page_info.orig_action }) %> -<% 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) %> -<% 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) %> -<% end %> +vmail-listusers-html.lsp
\ No newline at end of file |