summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:18:47 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:18:47 +0000
commit6bc7af54fe076e1483b842ce57c51feaeced31fa (patch)
tree8f1db433e3e9bef2182c7f6e4031e4b71cfb201e
parent4970f415e37a3fbbb6d846303d08f897a0f098e9 (diff)
downloadacf-opennhrp-6bc7af54fe076e1483b842ce57c51feaeced31fa.tar.bz2
acf-opennhrp-6bc7af54fe076e1483b842ce57c51feaeced31fa.tar.xz
UI fix, bumped to 0.4.1v0.4.1
-rw-r--r--Makefile2
-rw-r--r--opennhrp-listinterfaces-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9680f97..4e8cffe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=opennhrp
PACKAGE=acf-$(APP_NAME)
-VERSION=0.4.0
+VERSION=0.4.1
APP_DIST=\
opennhrp* \
diff --git a/opennhrp-listinterfaces-html.lsp b/opennhrp-listinterfaces-html.lsp
index 7f9181c..ea899d0 100644
--- a/opennhrp-listinterfaces-html.lsp
+++ b/opennhrp-listinterfaces-html.lsp
@@ -5,7 +5,7 @@ require("viewfunctions")
<% displaycommandresults({"editinterface"}, session) %>
<h1><%= html.html_escape(view.label) %></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="padding-right:20px;white-space:nowrap;text-align:right;" class="header">Interface</TD>
@@ -22,4 +22,4 @@ require("viewfunctions")
<TD style="white-space:nowrap;" width="90%"><P class="error"><%= string.gsub(html.html_escape(intf.errtxt), "\n", "<BR>") %></P></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>