summaryrefslogtreecommitdiff
path: root/httemplate/search/report_agent_inventory.html
blob: af66043a65a03abfe26ec920b2899fbe267e4458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>