From eaa2dc4ebe770b120fd6049268300c9083f8e4f9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Nov 2014 13:55:55 +0000 Subject: Change HTML views to display connection if there was a connection error --- lib/db-listtables-html.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/db-listtables-html.lsp') diff --git a/lib/db-listtables-html.lsp b/lib/db-listtables-html.lsp index 3d7fe07..1dd56c5 100644 --- a/lib/db-listtables-html.lsp +++ b/lib/db-listtables-html.lsp @@ -25,7 +25,8 @@ <% htmlviewfunctions.displaycommandresults({"createdatabase"}, session, true) %> <% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) %> -<% if form.value.connection and next(form.value.connection.value) ~= nil then +<% htmlviewfunctions.displayinfo(form) %> +<% if form.value.connection and ( next(form.value.connection.value) ~= nil or form.value.connection.errtxt ) then htmlviewfunctions.displayformstart(form, page_info) htmlviewfunctions.displayitem(form.value.connection, page_info, htmlviewfunctions.incrementheader(header_level), "connection") form.option = "Update" -- cgit v1.2.3