diff options
Diffstat (limited to 'httemplate/search')
| -rw-r--r-- | httemplate/search/report_prepaid_income.cgi | 2 | ||||
| -rwxr-xr-x | httemplate/search/report_tax.cgi | 2 | ||||
| -rwxr-xr-x | httemplate/search/svc_external.cgi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/report_prepaid_income.cgi b/httemplate/search/report_prepaid_income.cgi index 1677591a3..f18224fd1 100644 --- a/httemplate/search/report_prepaid_income.cgi +++ b/httemplate/search/report_prepaid_income.cgi @@ -59,7 +59,7 @@ %> -<%= header( 'Prepaid Income (Unearned Revenue) Report', +<%= include("/elements/header.html", 'Prepaid Income (Unearned Revenue) Report', menubar( 'Main Menu'=>$p, ) ) %> <%= table() %> <TR> diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index 61ed26fac..0f33c4676 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -298,7 +298,7 @@ my $baselink = $p. "search/cust_bill_pkg.cgi?$dateagentlink"; my $exemptlink = $p. "search/cust_tax_exempt_pkg.cgi?$dateagentlink"; %> -<%= header( "$agentname Sales Tax Report - ". +<%= include("/elements/header.html", "$agentname Sales Tax Report - ". ( $beginning ? time2str('%h %o %Y ', $beginning ) : '' diff --git a/httemplate/search/svc_external.cgi b/httemplate/search/svc_external.cgi index c5ac13498..8dbb949c8 100755 --- a/httemplate/search/svc_external.cgi +++ b/httemplate/search/svc_external.cgi @@ -48,7 +48,7 @@ if ( scalar(@svc_external) == 1 ) { } else { %> <!-- mason kludge --> -<%= header("External Search Results",'') %> +<%= include("/elements/header.html","External Search Results",'') %> <%= scalar(@svc_external) %> matching external services found <TABLE BORDER=4 CELLSPACING=0 CELLPADDING=0> |
