summaryrefslogtreecommitdiff
path: root/httemplate/search/report_agent_inventory.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_agent_inventory.html')
-rw-r--r--httemplate/search/report_agent_inventory.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/httemplate/search/report_agent_inventory.html b/httemplate/search/report_agent_inventory.html
deleted file mode 100644
index af66043a6..000000000
--- a/httemplate/search/report_agent_inventory.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<% include('/elements/header.html', 'Inventory summary per agent' ) %>
-
-<FORM ACTION="agent_inventory.html" METHOD="GET">
-
-<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
-
-%# select agents
-
-%# select inventory classes
-
-</TABLE>
-
-<BR>
-<INPUT TYPE="submit" VALUE="Search">
-
-</FORM>
-
-<% include('/elements/footer.html') %>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
-#XXX List inventory
-
-</%init>
-