From a4a58964345a2e39b4e68cbb931dc708e111afbb Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Oct 2008 20:36:29 +0000 Subject: Modified viewfunctions displaycommandresults to not delete the error results of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lbu-config-html.lsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lbu-config-html.lsp') diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp index 4b8212d..d138553 100644 --- a/lbu-config-html.lsp +++ b/lbu-config-html.lsp @@ -1,4 +1,4 @@ -<% local form, viewlibrary = ... +<% local form, viewlibrary, page_info, session = ... require("viewfunctions") %> <% @@ -9,6 +9,8 @@ io.write("") --]] %> +<% displaycommandresults({"editincluded", "editexcluded", "selectbackup"}, session, true) %> + <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> -- cgit v1.2.3