summaryrefslogtreecommitdiff
path: root/httemplate/search/report_svc_phone.html
blob: 2d643405d5988cd6ba1ab962a43261c53f7d3d8a (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
27
28
29
30
31
32
<% include('/elements/header.html', 'Phone number total usage' ) %>

<FORM ACTION="svc_phone.cgi" METHOD="GET">

<INPUT TYPE="hidden" NAME="magic"       VALUE="all">
<INPUT TYPE="hidden" NAME="usage_total" VALUE="1">

<TABLE BGCOLOR="#cccccc" CELLSPACING=0>

%#  <TR>
%#    <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
%#     <FONT SIZE="+1">Search options</FONT>
%#    </TH>
%#  </TR>

  <% include ( '/elements/tr-input-beginning_ending.html', prefix=>'usage' ) %>

</TABLE>

<BR>
<INPUT TYPE="submit" VALUE="Search phone numbers">

</FORM>

<% include('/elements/footer.html') %>
<%init>

#? 'List services' ?  something new?
die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('List rating data');

</%init>