[freeside-commits] freeside/httemplate/misc/process cust_main-import.cgi, 1.1, 1.2 meta-import.cgi, 1.5, 1.6 cust_main-import_charges.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/misc/process
In directory wavetail:/tmp/cvs-serv19694/httemplate/misc/process

Modified Files:
	cust_main-import.cgi meta-import.cgi 
	cust_main-import_charges.cgi 
Log Message:
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards

Index: cust_main-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/cust_main-import.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_main-import.cgi	30 Aug 2002 17:34:06 -0000	1.1
+++ cust_main-import.cgi	31 Jan 2006 04:26:54 -0000	1.2
@@ -25,6 +25,6 @@
   } else {
     %>
     <!-- mason kludge -->
-    <%= header('Import sucessful') %> <%
+    <%= include("/elements/header.html",'Import sucessful') %> <%
   }
 %>

Index: cust_main-import_charges.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/cust_main-import_charges.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_main-import_charges.cgi	5 Sep 2002 13:28:00 -0000	1.1
+++ cust_main-import_charges.cgi	31 Jan 2006 04:26:54 -0000	1.2
@@ -21,6 +21,6 @@
   } else {
     %>
     <!-- mason kludge -->
-    <%= header('Import sucessful') %> <%
+    <%= include("/elements/header.html",'Import sucessful') %> <%
   }
 %>

Index: meta-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/meta-import.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- meta-import.cgi	10 Nov 2003 13:54:21 -0000	1.5
+++ meta-import.cgi	31 Jan 2006 04:26:54 -0000	1.6
@@ -1,5 +1,5 @@
 <!-- mason kludge -->
-<%= header('Map tables') %>
+<%= include("/elements/header.html",'Map tables') %>
 
 <SCRIPT>
 var gSafeOnload = new Array();



More information about the freeside-commits mailing list