From 8c721b26a39559d8c99d2acec6e158da0bc97d7f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 4 Mar 2011 15:20:40 +0000 Subject: Minor - permissions for EDITOR and display of searchby... --- provisioning-listdevices-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'provisioning-listdevices-html.lsp') diff --git a/provisioning-listdevices-html.lsp b/provisioning-listdevices-html.lsp index 47c01cf..c19f281 100644 --- a/provisioning-listdevices-html.lsp +++ b/provisioning-listdevices-html.lsp @@ -32,7 +32,7 @@ require("viewfunctions") Action Device ID - <% if page_info.action == "searchdevices" then %> + <% if page_info.action ~= "listdevices" then %> <% if view.value[1] and view.value[1].group and view.value[1].group ~= "" then %> Group <% end %> @@ -60,7 +60,7 @@ require("viewfunctions") <% end %> <%= html.html_escape(v.device_id) %> - <% if page_info.action == "searchdevices" then %> + <% if page_info.action ~= "listdevices" then %> <% if v.group and v.group ~= "" then %> <%= html.html_escape(v.group) %> <% end %> -- cgit v1.2.3