diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-02-16 08:55:13 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-02-16 08:55:13 +0000 |
commit | 10cfd9d946f2bf5eaea11ea98bd00054431579de (patch) | |
tree | 553b251084f6bc3d574202451104e4e0369f51b1 /app/acf-util/password-status-html.lsp | |
parent | 96177033b815d813e1c7034597f08f0876047580 (diff) | |
download | acf-core-10cfd9d946f2bf5eaea11ea98bd00054431579de.tar.bz2 acf-core-10cfd9d946f2bf5eaea11ea98bd00054431579de.tar.xz |
Added new view variable wwwprefix to adjust web path, fix index.html redirect.
Diffstat (limited to 'app/acf-util/password-status-html.lsp')
-rw-r--r-- | app/acf-util/password-status-html.lsp | 2 |
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 a26bdee..1f9bb13 100644 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -12,7 +12,7 @@ <H2>Existing account</H2> <DL> <% for name,user in pairs(form.value) do %> - <DT><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <%= html.html_escape(name) %></DT> + <DT><IMG SRC='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <%= html.html_escape(name) %></DT> <DD><TABLE> <TR> <TD STYLE='border:none;'><B><%= html.html_escape(user.value.userid.label) %></B></TD> |