summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:17:17 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:17:17 +0000
commit9f26c22e6c1c9b3b28566073c9aaa43fc28f1595 (patch)
treec4e32dd91532dfeaa6f4b41bd7f02b4e3664e721
parentb76b8efeb3e4843bfb928a0a26bb828edd3e14d3 (diff)
downloadacf-ppp-9f26c22e6c1c9b3b28566073c9aaa43fc28f1595.tar.bz2
acf-ppp-9f26c22e6c1c9b3b28566073c9aaa43fc28f1595.tar.xz
UI fix, bumped to 0.1.3v0.1.3
-rw-r--r--Makefile2
-rw-r--r--ppp-listpeers-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5b173d7..d25c9e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=ppp
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.2
+VERSION=0.1.3
APP_DIST=\
ppp* \
diff --git a/ppp-listpeers-html.lsp b/ppp-listpeers-html.lsp
index 79cae6c..d2760ad 100644
--- a/ppp-listpeers-html.lsp
+++ b/ppp-listpeers-html.lsp
@@ -6,7 +6,7 @@ require("viewfunctions")
<% displaycommandresults({"createpeer"}, session, true) %>
<h1>Peer Files</h1>
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Action</TD>
<TD style="white-space:nowrap;text-align:left;" class="header">Peer File</TD>
@@ -22,7 +22,7 @@ require("viewfunctions")
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(string.gsub(file, "^.*/", "")) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createpeer then
viewlibrary.dispatch_component("createpeer")