diff options
| author | ivan <ivan> | 2006-05-14 16:47:31 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-05-14 16:47:31 +0000 |
| commit | 2c757d7db4cb6a7b9655de13206fcc84fb7ce61f (patch) | |
| tree | f01088bb60d49ee0dd3dd796d57abe219c321f7b /httemplate/search/cust_pkg_report.cgi | |
| parent | c46235292c6bf929615ac28fc48c1d5609ce4590 (diff) | |
first part of ACL and re-skinning work and some other small stuff
Diffstat (limited to 'httemplate/search/cust_pkg_report.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg_report.cgi | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/httemplate/search/cust_pkg_report.cgi b/httemplate/search/cust_pkg_report.cgi index 412c3f79d..d9aada5f4 100755 --- a/httemplate/search/cust_pkg_report.cgi +++ b/httemplate/search/cust_pkg_report.cgi @@ -1,23 +1,22 @@ -<HTML> - <HEAD> - <TITLE>Packages</TITLE> - </HEAD> - <BODY BGCOLOR="#e8e8e8"> - <H1>Packages</H1> - <FORM ACTION="cust_pkg.cgi" METHOD="GET"> - <INPUT TYPE="hidden" NAME="magic" VALUE="bill"> - Return packages with next bill date:<BR><BR> - <TABLE> - <%= include( '/elements/tr-input-beginning_ending.html' ) %> - <%= include( '/elements/tr-select-agent.html', - $cgi->param('agentnum'), - ) - %> - </TABLE> - <BR><INPUT TYPE="submit" VALUE="Get Report"> +<%= include('/elements/header.html', 'Packages' ) %> - </FORM> +<FORM ACTION="cust_pkg.cgi" METHOD="GET"> +<INPUT TYPE="hidden" NAME="magic" VALUE="bill"> - </BODY> -</HTML> +Return packages with next bill date: +<BR><BR> + <TABLE> + <%= include( '/elements/tr-input-beginning_ending.html' ) %> + <%= include( '/elements/tr-select-agent.html', + $cgi->param('agentnum'), + ) + %> + </TABLE> + +<BR> +<INPUT TYPE="submit" VALUE="Get Report"> + +</FORM> + +<%= include('/elements/footer.html') %> |
