summaryrefslogtreecommitdiffstats
path: root/opennhrp-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
commita08382647b330ae0e5c4df7c60783d1755a0d3f8 (patch)
treee920163c8a1fc1a1f4ab792ad139793420625ae5 /opennhrp-status-html.lsp
parent0281368040f60f3546822aa373f672168c1d8ae7 (diff)
downloadacf-opennhrp-a08382647b330ae0e5c4df7c60783d1755a0d3f8.tar.bz2
acf-opennhrp-a08382647b330ae0e5c4df7c60783d1755a0d3f8.tar.xz
Graphical bugfix - Modifying path to images.v0.3.4
version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/opennhrp/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'opennhrp-status-html.lsp')
-rw-r--r--opennhrp-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opennhrp-status-html.lsp b/opennhrp-status-html.lsp
index ecd5e4e..462e8bd 100644
--- a/opennhrp-status-html.lsp
+++ b/opennhrp-status-html.lsp
@@ -29,9 +29,9 @@ io.write(">" .. myform.label .. "</DT>\n")
io.write("\t\t<DD>\n")
for k,v in pairs(myform.option or {}) do
io.write("\t\t\t<TABLE STYLE='margin-bottom:10px;'>")
- io.write("\n\t\t\t<TR><TD STYLE='font-weight:bold;border:none;'><IMG SRC='/static/tango/16x16/places/network-server.png' width='16' height='16' alt> " .. k .. "</TD><TD STYLE='border:none;'></TD></TR>\n")
+ io.write("\n\t\t\t<TR><TD STYLE='font-weight:bold;border:none;'><IMG SRC='/skins/static/tango/16x16/places/network-server.png' width='16' height='16' alt> " .. k .. "</TD><TD STYLE='border:none;'></TD></TR>\n")
for k1,v1 in pairs(v) do
- io.write("\n\t\t\t<TR STYLE='padding-bottom:10px;'><TD WIDTH='150px' STYLE='font-weight:bold;padding-left:20px;border:none;'><IMG SRC='/static/tango/16x16/status/")
+ io.write("\n\t\t\t<TR STYLE='padding-bottom:10px;'><TD WIDTH='150px' STYLE='font-weight:bold;padding-left:20px;border:none;'><IMG SRC='/skins/static/tango/16x16/status/")
if (v1) and (v1['Type']) and (v1['Type']['value']) and (string.lower(v1['Type']['value']) == "incomplete") then
io.write("network-error")