[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.76.2.5, 1.76.2.6 svc_www.cgi, 1.19.2.5, 1.19.2.6

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.19.2.5
retrieving revision 1.19.2.6
diff -u -d -r1.19.2.5 -r1.19.2.6
--- svc_www.cgi	13 Jan 2008 21:36:08 -0000	1.19.2.5
+++ svc_www.cgi	14 Jan 2008 00:17:37 -0000	1.19.2.6
@@ -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.76.2.5
retrieving revision 1.76.2.6
diff -u -d -r1.76.2.5 -r1.76.2.6
--- cust_main.cgi	13 Jan 2008 21:36:07 -0000	1.76.2.5
+++ cust_main.cgi	14 Jan 2008 00:17:37 -0000	1.76.2.6
@@ -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