[freeside-commits] freeside/httemplate/misc catchall.cgi, 1.9.2.1, 1.9.2.2

Ivan,,, ivan at wavetail.420.am
Fri Mar 14 17:31:01 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv2248/misc

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	catchall.cgi 
Log Message:
fix harmless code leaking out onto the page, hehe, closes: Bug#3253, also remove silly formatting on catchall edit

Index: catchall.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/catchall.cgi,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- catchall.cgi	13 Jan 2008 21:14:29 -0000	1.9.2.1
+++ catchall.cgi	15 Mar 2008 00:30:59 -0000	1.9.2.2
@@ -4,10 +4,9 @@
 
 <FORM ACTION="<%$p1%>process/catchall.cgi" METHOD=POST>
 
-<PRE>
-
 <INPUT TYPE="hidden" NAME="svcnum" VALUE="<% $svcnum |h %>">
 Service #<FONT SIZE=+1><B><% $svcnum ? $svcnum : ' (NEW)' |h %></B></FONT>
+<BR><BR>
 
 <INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $pkgnum |h %>">
 
@@ -23,8 +22,7 @@
     <OPTION<% $_ eq $catchall ? ' SELECTED' : '' %> VALUE="<% $_ %>"><% $email{$_} %>
 % }
 </SELECT>
-
-</PRE>
+<BR><BR>
 
 <INPUT TYPE="submit" VALUE="Submit">
 



More information about the freeside-commits mailing list