diff options
| author | mark <mark> | 2010-08-18 17:05:15 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-08-18 17:05:15 +0000 |
| commit | ca1c627880dd7f035ab0c9d59e8646705dd5ed49 (patch) | |
| tree | fd20746b1714049e88dacde5aea04427f2a4abe6 /httemplate/search/cust_pkg_susp.html | |
| parent | 74b4068002a318228b327ef0709eda85811d6ab2 (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> |
