summaryrefslogtreecommitdiffstats
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
commit475130d4560d272072755713aec288f58bff538f (patch)
treec9b0f8ea9f3c90bbbb67170a06c3d75ac8f2caaa
parent64c1f45390df096f6bf3cd429dad211e33891b5e (diff)
downloadacf-dnscache-475130d4560d272072755713aec288f58bff538f.tar.bz2
acf-dnscache-475130d4560d272072755713aec288f58bff538f.tar.xz
Graphical bugfix - Modifying path to images.v0.1.3
version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile2
-rw-r--r--dnscache-status-html.lsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c975eb1..3a1bab2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=dnscache
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.2
+VERSION=0.1.3
APP_DIST=\
dnscache* \
diff --git a/dnscache-status-html.lsp b/dnscache-status-html.lsp
index 30bec40..40e4ee4 100644
--- a/dnscache-status-html.lsp
+++ b/dnscache-status-html.lsp
@@ -34,7 +34,7 @@ io.write(">" .. myform.label .. "</DT>\n")
io.write("\t\t<DD>\n")
for k,v in pairs(myform.value 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/status/network-idle.png' width='16' height='16' alt> " .. v .. "</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/status/network-idle.png' width='16' height='16' alt> " .. v .. "</TD><TD STYLE='border:none;'></TD></TR>\n")
for k1,v1 in pairs(myform.option[v]) do
io.write("\n\t\t\t<TR STYLE='padding-bottom:10px;'><TD WIDTH='150px' STYLE='padding-left:30px;border:none;'>"..v1)
end