summaryrefslogtreecommitdiffstats
path: root/ipsectools-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-21 09:02:39 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-21 09:02:39 +0000
commitc819622e704d4978917d9ff8e071914d7b3368ef (patch)
tree66c13191e0c829b51e047d0516f0f59c75a632df /ipsectools-status-html.lsp
parent5cff518f9ecb36247a5729b17e1f766797e7cd41 (diff)
downloadacf-ipsec-tools-c819622e704d4978917d9ff8e071914d7b3368ef.tar.bz2
acf-ipsec-tools-c819622e704d4978917d9ff8e071914d7b3368ef.tar.xz
Small graphical changes due to change in ice.css
git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1134 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'ipsectools-status-html.lsp')
-rw-r--r--ipsectools-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsectools-status-html.lsp b/ipsectools-status-html.lsp
index b74f5d5..ff59def 100644
--- a/ipsectools-status-html.lsp
+++ b/ipsectools-status-html.lsp
@@ -30,8 +30,8 @@ for k,v in pairs(myform) do
io.write("<TR><TD COLSPAN=2 CLASS='header'>Phase1 details</TD></TR>")
local tags = {"Created","Source", "St", "S", "E",}
for k1,v1 in pairs(tags) do
- io.write("<TR><TD STYLE='font-weight:bold;width:120px;'>" ..
- (v[v1]['label'] or "") .. "</TD><TD>"..(v[v1]['value'] or ""))
+ io.write("<TR><TD STYLE='font-weight:bold;width:120px;border:none;'>" ..
+ (v[v1]['label'] or "") .. "</TD><TD STYLE='border:none;'>"..(v[v1]['value'] or ""))
if (v[v1]['descr']) and (#v[v1]['descr'] > 0) then io.write(" (".. v[v1]['descr'] .. ")") end
io.write("</TD></TR>")
end