[freeside-commits] freeside/httemplate/search report_prepaid_income.cgi, 1.5, 1.6 report_tax.cgi, 1.30, 1.31 svc_external.cgi, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Mon Jan 30 20:26:56 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv19694/httemplate/search

Modified Files:
	report_prepaid_income.cgi report_tax.cgi svc_external.cgi 
Log Message:
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards

Index: svc_external.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/svc_external.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- svc_external.cgi	20 Oct 2004 08:07:57 -0000	1.1
+++ svc_external.cgi	31 Jan 2006 04:26:54 -0000	1.2
@@ -48,7 +48,7 @@
 } 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>

Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- report_tax.cgi	27 Jan 2006 07:34:17 -0000	1.30
+++ report_tax.cgi	31 Jan 2006 04:26:54 -0000	1.31
@@ -298,7 +298,7 @@
 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 )
                   : ''

Index: report_prepaid_income.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_prepaid_income.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- report_prepaid_income.cgi	11 Apr 2004 01:50:47 -0000	1.5
+++ report_prepaid_income.cgi	31 Jan 2006 04:26:54 -0000	1.6
@@ -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>



More information about the freeside-commits mailing list