combine ticket notification scrips, #15353
[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               )
17     %>
18     
19   </TABLE>
20
21 <BR>
22 <INPUT TYPE="submit" VALUE="Get Report">
23
24 </FORM>
25
26 <% include('/elements/footer.html') %>
27 <%init>
28
29 die "access denied"
30   unless $FS::CurrentUser::CurrentUser->access_right('List services');
31
32 </%init>