diff options
author | mark <mark> | 2010-08-18 17:04:53 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-18 17:04:53 +0000 |
commit | 6f395d2ad7d042ded602185efa4ee8a4c2e7279e (patch) | |
tree | d8802df80d624c63c21fbf7a7690c8b25bb10c61 /httemplate/search/cust_pkg_susp.html | |
parent | 64f9efad9014caf9f0395f60afd6a7a5fedd0490 (diff) |
Suspension/unsuspension report, RT#8464
Diffstat (limited to 'httemplate/search/cust_pkg_susp.html')
-rw-r--r-- | httemplate/search/cust_pkg_susp.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg_susp.html b/httemplate/search/cust_pkg_susp.html new file mode 100644 index 000000000..c59e6c158 --- /dev/null +++ b/httemplate/search/cust_pkg_susp.html @@ -0,0 +1,24 @@ +<% include( '/elements/header.html', 'Suspension/Reactivation Report' ) %> + +<FORM ACTION="cust_pkg_susp.cgi" 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-input-beginning_ending.html') %> + +</TABLE> + +<BR> +<INPUT TYPE="submit" VALUE="Get Report"> + +</FORM> + +<% include('/elements/footer.html') %> +<%init> +</%init> |