summaryrefslogtreecommitdiff
path: root/httemplate/search/report_prospect_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_prospect_main.html')
-rw-r--r--httemplate/search/report_prospect_main.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/httemplate/search/report_prospect_main.html b/httemplate/search/report_prospect_main.html
deleted file mode 100644
index 4834c20..0000000
--- a/httemplate/search/report_prospect_main.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<% include('/elements/header.html', 'Prospect Report' ) %>
-
-<FORM ACTION="prospect_main.html" METHOD="GET">
-
- <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
-
- <TR>
- <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
- </TR>
-
- <% include( '/elements/tr-select-agent.html',
- 'curr_value' => scalar($cgi->param('agentnum')),
- 'disable_empty' => 0,
- )
- %>
-
- </TABLE>
-
-<BR>
-<INPUT TYPE="submit" VALUE="Get Report">
-
-</FORM>
-
-<% include('/elements/footer.html') %>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('List prospects');
-
-my $conf = new FS::Conf;
-
-</%init>