diff options
| author | ivan <ivan> | 2006-08-23 22:25:39 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-08-23 22:25:39 +0000 |
| commit | 3ce7691203a7737406bf2d4442f7fd84b81f847e (patch) | |
| tree | 90658b097da96772224f04771888ac6ca1a940aa /httemplate/search/report_cust_pay.html | |
| parent | 15e561850b61b10a92a46d8f3e316d53d4970087 (diff) | |
Will things ever be the same again?
It's the final masonize
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
| -rw-r--r-- | httemplate/search/report_cust_pay.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 8adf7dc13..f9875e20c 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,4 +1,4 @@ -<%= include('/elements/header.html', 'Payment report' ) %> +<% include('/elements/header.html', 'Payment report' ) %> <FORM ACTION="cust_pay.cgi" METHOD="GET"> <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> @@ -25,13 +25,13 @@ </TD> </TR> - <%= include( '/elements/tr-select-agent.html', + <% include( '/elements/tr-select-agent.html', $cgi->param('agentnum'), 'label' => 'for agent: ', ) %> - <%= include( '/elements/tr-input-beginning_ending.html' ) %> + <% include( '/elements/tr-input-beginning_ending.html' ) %> </TABLE> @@ -40,4 +40,4 @@ </FORM> -<%= include('/elements/footer.html') %> +<% include('/elements/footer.html') %> |
