summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:29:25 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:29:25 +0000
commit900569e15437d265871e1a59ffcef0d285e8402a (patch)
tree507b903e57286f95d356b1f96baccad75205c35f
parentc5a5b23ee797736062a5957d71faceb86461c30b (diff)
downloadacf-asterisk-900569e15437d265871e1a59ffcef0d285e8402a.tar.bz2
acf-asterisk-900569e15437d265871e1a59ffcef0d285e8402a.tar.xz
UI fix, bumped to 0.2.2v0.2.2
-rw-r--r--Makefile2
-rw-r--r--asterisk-listfiles-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4b67d8c..1957206 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=asterisk
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.1
+VERSION=0.2.2
APP_DIST=\
asterisk* \
diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp
index 0719f76..caff231 100644
--- a/asterisk-listfiles-html.lsp
+++ b/asterisk-listfiles-html.lsp
@@ -9,7 +9,7 @@ require("viewfunctions")
end %>
<h1>Configuration</h1>
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Size</TD>
@@ -21,7 +21,7 @@ end %>
io.write( "<tr><td><a href=\"" .. html.html_escape(page_info.script .. page_info.prefix .. page_info.controller) .. "/edit?filename=" .. html.html_escape(v.filename) .. "&redir=" .. html.html_escape(page_info.orig_action) .. "\">" .. html.html_escape(v.filename) .. "</a></td><td>" .. html.html_escape(v.size) .."</td><td>" .. html.html_escape(v.mtime) .."</td></tr>\n" )
end
%>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")