[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.84, 1.85 svc_www.cgi, 1.24, 1.25

Ivan,,, ivan at wavetail.420.am
Sun Jan 13 16:17:39 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv10169/edit

Modified Files:
	cust_main.cgi svc_www.cgi 
Log Message:
fix tyops

Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_www.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- svc_www.cgi	13 Jan 2008 21:35:53 -0000	1.24
+++ svc_www.cgi	14 Jan 2008 00:17:36 -0000	1.25
@@ -1,6 +1,6 @@
 <% include('/elements/header.html', "Web Hosting $action") %>
 
-<% include('/elements.error.html') %>
+<% include('/elements/error.html') %>
 
 <FORM ACTION="<%$p1%>process/svc_www.cgi" METHOD=POST>
 

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- cust_main.cgi	13 Jan 2008 21:35:52 -0000	1.84
+++ cust_main.cgi	14 Jan 2008 00:17:36 -0000	1.85
@@ -4,7 +4,7 @@
       ' onUnload="myclose()"'
 ) %>
 
-<% include('/elements.error.html') %>
+<% include('/elements/error.html') %>
 
 <FORM NAME="topform" STYLE="margin-bottom: 0">
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">



More information about the freeside-commits mailing list