diff options
author | ivan <ivan> | 2010-05-21 23:35:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-21 23:35:47 +0000 |
commit | 42ed7ef03700fb17467bfeedead3639da9efc4a4 (patch) | |
tree | ac9ac209fee11c0a0fd4b122b8554e4d58c15037 /httemplate/search/report_agent_inventory.html | |
parent | 4eae5a24723dd6cbac93bb646284a4fdf1553e73 (diff) |
reporting on agent inventory, RT#7010
Diffstat (limited to 'httemplate/search/report_agent_inventory.html')
-rw-r--r-- | httemplate/search/report_agent_inventory.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/httemplate/search/report_agent_inventory.html b/httemplate/search/report_agent_inventory.html new file mode 100644 index 000000000..af66043a6 --- /dev/null +++ b/httemplate/search/report_agent_inventory.html @@ -0,0 +1,26 @@ +<% 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> + |