diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-23 20:10:26 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-23 20:10:26 +0000 |
commit | dd21a41cfd3018a1685805cf48a0c022b3a912c4 (patch) | |
tree | 8175fef47e9378341d9bb2bf4dc95167ab870049 /app/acf-util/roles-viewroles-html.lsp | |
parent | edf4f15251158dd0bd3aeb7a2ad7b872c1c59fb3 (diff) | |
download | acf-core-dd21a41cfd3018a1685805cf48a0c022b3a912c4.tar.bz2 acf-core-dd21a41cfd3018a1685805cf48a0c022b3a912c4.tar.xz |
Modified roles controller to use new handle_form function
Diffstat (limited to 'app/acf-util/roles-viewroles-html.lsp')
-rw-r--r-- | app/acf-util/roles-viewroles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/roles-viewroles-html.lsp b/app/acf-util/roles-viewroles-html.lsp index 04b4a98..c775737 100644 --- a/app/acf-util/roles-viewroles-html.lsp +++ b/app/acf-util/roles-viewroles-html.lsp @@ -19,7 +19,7 @@ <dd> [<a href='viewroleperms?role=<%= html.html_escape(role) %>'>View this role</a>] [<a href='editrole?role=<%= html.html_escape(role) %>&redir=<%= html.html_escape(page_info.orig_action) %>'>Edit this role</a>] - [<a href='deleterole?role=<%= html.html_escape(role) %>'>Delete this role</a>] + [<a href='deleterole?role=<%= html.html_escape(role) %>&submit=true'>Delete this role</a>] </dd></TD></TR> <% end %> <% end %> |