quiet warnings about CGI::param in list context
[freeside.git] / httemplate / search / cust_pkg_summary.html
1 <& /elements/header.html, 'Package Summary Report' &>
2
3 <FORM ACTION="cust_pkg_summary.cgi" METHOD="GET">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7   <TR>
8     <TH CLASS="background" COLSPAN=2 ALIGN="left">
9       <FONT SIZE="+1">Search options</FONT>
10     </TH>
11   </TR>
12
13   <& /elements/tr-input-beginning_ending.html &>
14
15   <& /elements/tr-select-pkg_class.html,
16        'pre_options' => [ '0' => 'all' ],
17        'empty_label' => '(empty class)',
18   &>
19
20 </TABLE>
21
22 <BR>
23 <INPUT TYPE="submit" VALUE="Get Report">
24
25 </FORM>
26
27 <& /elements/footer.html &>
28 <%init>
29
30 die "access denied"
31   unless $FS::CurrentUser::CurrentUser->access_right('Summarize packages');
32
33 </%init>