summaryrefslogtreecommitdiffstats
path: root/provisioning-listrequests-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-08 20:57:19 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-08 20:57:19 +0000
commit0c22ce5b3c8597a05d7d3301418d4d3ce07d5cb4 (patch)
tree5d0e179b70509c180a730a6dd10cff42cedc3425 /provisioning-listrequests-html.lsp
parent12a599b5e3ac719513bed698271cec060283b223 (diff)
downloadacf-provisioning-0c22ce5b3c8597a05d7d3301418d4d3ce07d5cb4.tar.bz2
acf-provisioning-0c22ce5b3c8597a05d7d3301418d4d3ce07d5cb4.tar.xz
Fix links to search and create, and fix createdevicefromrequest
Diffstat (limited to 'provisioning-listrequests-html.lsp')
-rw-r--r--provisioning-listrequests-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning-listrequests-html.lsp b/provisioning-listrequests-html.lsp
index c225d3f..3da64b2 100644
--- a/provisioning-listrequests-html.lsp
+++ b/provisioning-listrequests-html.lsp
@@ -48,11 +48,11 @@ require("htmlviewfunctions")
<% end %>
<% if v.device_id then %>
<% if viewlibrary.check_permission("searchdevices") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/searchdevices?id=device_id&value="..v.device_id.."&redir=searchdevices&Search=Search", label="Search "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/searchdevices?submit=true&id=device_id&value="..v.device_id.."&redir=searchdevices", label="Search "} %>
<% end %>
<% else %>
<% if viewlibrary.check_permission("createdevicefromrequest") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/createdevicefromrequest?mac="..v.mac.."&Create=Create", label="Create "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/createdevicefromrequest?submit=true&mac="..v.mac, label="Create "} %>
<% end %>
<% end %>
</TD>