deposit slips
[freeside.git] / httemplate / search / report_unprovisioned_services.html
1 <% include('/elements/header.html', 'Unprovisioned Services Report' ) %>
2
3 <FORM ACTION="unprovisioned_services.html" METHOD="GET">
4
5   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7     <TR>
8       <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
9     </TR>
10
11     <% include( '/elements/tr-select-part_svc.html',
12                     'id' => 'svcpart',
13                     'field' => 'svcpart',
14                     'label' => 'Services',
15                     'multiple' => 1,
16                     'size' => 20,
17               )
18     %>
19     
20   </TABLE>
21
22 <BR>
23 <INPUT TYPE="submit" VALUE="Get Report">
24
25 </FORM>
26
27 <% include('/elements/footer.html') %>
28 <%init>
29
30 die "access denied"
31   unless $FS::CurrentUser::CurrentUser->access_right('List services');
32
33 </%init>