diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-07-02 12:11:41 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-07-02 12:11:41 +0000 |
commit | c74eb33abc4976ad2d252a72667064e83e581231 (patch) | |
tree | 24c83325141c6d2418340cc48ed09769e92f01b9 /dhcp-listhosts-html.lsp | |
parent | 18f2e3306f702babf749ac60f27498f9ffdb436a (diff) | |
download | acf-dhcp-c74eb33abc4976ad2d252a72667064e83e581231.tar.bz2 acf-dhcp-c74eb33abc4976ad2d252a72667064e83e581231.tar.xz |
Made changes for new handle_form style, remove redirect_to_referrer, and fix fs library references
Diffstat (limited to 'dhcp-listhosts-html.lsp')
-rw-r--r-- | dhcp-listhosts-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-listhosts-html.lsp b/dhcp-listhosts-html.lsp index f19c9d1..0e3a4b9 100644 --- a/dhcp-listhosts-html.lsp +++ b/dhcp-listhosts-html.lsp @@ -15,7 +15,7 @@ <TR> <TD style="padding-right:20px;white-space:nowrap;"> <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/edithost?host="..host.."&redir="..page_info.orig_action, label="Edit "} %> - <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delhost?host="..host, label="Delete "} %> + <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delhost?submit=true&host="..host, label="Delete "} %> </TD> <TD style="white-space:nowrap;"><%= html.html_escape(host) %></TD> </TR> |