From 8997f1f6dc27262042a30c35266a95672e4406d4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Oct 2008 18:50:22 +0000 Subject: Modified viewfunctions to split displayform, creating displayformstart and displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf-util/password-status-html.lsp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'app/acf-util/password-status-html.lsp') diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp index 26416ce..d7db4e9 100755 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -1,4 +1,4 @@ -<% local form, viewlibrary, pageinfo, session = ... %> +<% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> <% --[[ DEBUG INFORMATION @@ -8,11 +8,12 @@ io.write("") --]] %> -<% displaycommandresults({"deleteuser"}, session) %> +<% displaycommandresults({"newuser", "edituser", "deleteuser"}, session) %>

User Accounts

Create new account

-
+ +

Existing account

@@ -32,9 +33,9 @@ io.write("") Option - [Edit this account] + [Edit this account] [Delete this account] - [View roles for this account] + [View roles for this account] -- cgit v1.2.3