From f3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:22:54 +0000 Subject: UI fix, bumped to 0.2.1 --- openssl-checkenvironment-html.lsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'openssl-checkenvironment-html.lsp') diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index cddd596..0ea7a1e 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -1,16 +1,16 @@ <% local form, viewlibrary, page_info = ... %> <% require("viewfunctions") %> -<% --[[ DEBUG INFORMATION -io.write(html.cfe_unpack(form)) ---]] %> -

<%= html.html_escape(form.label) %>

-
-<% displayitem(form.value.status) %> -
<% if form.value.status.errtxt then form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action displayformstart(form) +else %> +
+<% end %> +<% displayitem(form.value.status) %> +<% if form.value.status.errtxt then displayformend(form) -end %> +else %> +
+<% end %> -- cgit v1.2.3