summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:26:56 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:26:56 +0000
commitaadedc3d2f63adb29e26bea4017243a7f3faa508 (patch)
treeec7189b1015ab0067b21f18af6846094a8afb533
parent47fe7ba683f9282048328b37811f870f824d1cb4 (diff)
downloadacf-openvpn-aadedc3d2f63adb29e26bea4017243a7f3faa508.tar.bz2
acf-openvpn-aadedc3d2f63adb29e26bea4017243a7f3faa508.tar.xz
UI fix
-rw-r--r--openvpn-listcerts-html.lsp2
-rw-r--r--openvpn-statusinfo-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/openvpn-listcerts-html.lsp b/openvpn-listcerts-html.lsp
index b21bd43..2937fd4 100644
--- a/openvpn-listcerts-html.lsp
+++ b/openvpn-listcerts-html.lsp
@@ -23,7 +23,7 @@
<TD style="white-space:nowrap;"><%= html.html_escape(cert) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary.dispatch_component and session.permissions[page_info.controller].uploadcert then
viewlibrary.dispatch_component("uploadcert")
diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp
index eae83fe..bc7ab1a 100644
--- a/openvpn-statusinfo-html.lsp
+++ b/openvpn-statusinfo-html.lsp
@@ -7,7 +7,7 @@
<h1>Status</h1>
<h2>Connected clients</h2>
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;vertical-align:top;">
<TD WIDTH=140>Common Name<BR>Connected at</TD>
<TD WIDTH=130>Virtual Address</TD>
@@ -28,4 +28,4 @@
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>