summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:43:08 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:43:08 +0000
commit999412d23770869658b978727b479764f5e0bf90 (patch)
tree0a0c1f7614000e3cbdc5bb44b294caaa32e0398a
parent31a844298953750a24ca9a67521676540e3154f2 (diff)
downloadacf-kamailio-999412d23770869658b978727b479764f5e0bf90.tar.bz2
acf-kamailio-999412d23770869658b978727b479764f5e0bf90.tar.xz
UI fix, bumped to 0.1.2v0.1.2
-rw-r--r--Makefile2
-rw-r--r--kamailio-listfiles-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2711708..675fc24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=kamailio
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.1
+VERSION=0.1.2
APP_DIST=\
kamailio* \
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp
index 0719f76..caff231 100644
--- a/kamailio-listfiles-html.lsp
+++ b/kamailio-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")