summaryrefslogtreecommitdiffstats
path: root/app/acf-util
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
commit70f6ba86b556dee4fdf8c8ea488979ee4e30db24 (patch)
tree6fdb2c40bb94eb0f1b93ec821b566d8b2112c410 /app/acf-util
parent95942c3746e45fce964f6dfcc4b92e731835b099 (diff)
downloadacf-core-70f6ba86b556dee4fdf8c8ea488979ee4e30db24.tar.bz2
acf-core-70f6ba86b556dee4fdf8c8ea488979ee4e30db24.tar.xz
Graphical bugfix - Modifying path to images.v0.4.1
version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util')
-rwxr-xr-xapp/acf-util/password-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp
index 8c542b2..e0b4d09 100755
--- a/app/acf-util/password-status-html.lsp
+++ b/app/acf-util/password-status-html.lsp
@@ -15,7 +15,7 @@ io.write("</span>")
<H2>Existing account</H2>
<DL>
<? for name,user in pairs(form.value) do ?>
- <DT><IMG SRC='/static/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <?= name ?></DT>
+ <DT><IMG SRC='/skins/static/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <?= name ?></DT>
<DD><TABLE>
<TR>
<TD STYLE='border:none;'><B><?= user.value.userid.label ?></B></TD>