diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-28 16:46:05 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-28 16:46:05 +0000 |
commit | 2799724a1683023f9eaa618127af9d07c0c46f23 (patch) | |
tree | d42ddb099d5178fc09fd18c361964a30dce43d2f /app/acf-util/password-status-html.lsp | |
parent | a506f1cf5243a5458af1ec4c13946fc88a7dbb84 (diff) | |
download | acf-core-2799724a1683023f9eaa618127af9d07c0c46f23.tar.bz2 acf-core-2799724a1683023f9eaa618127af9d07c0c46f23.tar.xz |
Added ability to manage roles based on which roles file they're in = more granularity of roles.
Diffstat (limited to 'app/acf-util/password-status-html.lsp')
-rwxr-xr-x | 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 045d770..eb960be 100755 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -29,7 +29,7 @@ io.write("</span>") <TD STYLE='border:none;'><%= html.html_escape(user.value.username.value) %></TD> </TR><TR> <TD STYLE='border:none;'><B><%= html.html_escape(user.value.roles.label) %></B></TD> - <TD STYLE='border:none;'><%= html.html_escape(table.concat(user.value.roles.value, " / ")) %></TD> + <TD STYLE='border:none;'><%= html.html_escape(table.concat(user.value.roles.value, ", ")) %></TD> </TR><TR> <TD STYLE='border:none;'><B>Option</B></TD> <TD STYLE='border:none;'> |