summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnats-expert-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnats-expert-html.lsp b/gnats-expert-html.lsp
index a99d360..a618baf 100644
--- a/gnats-expert-html.lsp
+++ b/gnats-expert-html.lsp
@@ -1,7 +1,5 @@
<? local form = ...
require("viewfunctions")
-?>
-<?
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(form))
@@ -20,8 +18,11 @@ displayinfo(myform,tags,"viewonly")
</DL>
<h2>CONFIGURATION</h2>
-<DL>
<TABLE>
+
+ <TR style="background:#eee;font-weight:bold;">
+ <TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
+ </TR>
<?
local myform = form.status.configfiles
for k,v in pairs(myform.option) do
@@ -31,7 +32,6 @@ for k,v in pairs(myform.option) do
</TR>
<? end ?>
</TABLE>
-</DL>
<form action="<?= form.option.script .. "/" .. form.option.prefix ..