[freeside-commits] freeside/httemplate/misc catchall.cgi, 1.10, 1.11
Ivan,,,
ivan at wavetail.420.am
Fri Mar 14 17:30:31 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv2243/misc
Modified Files:
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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- catchall.cgi 13 Jan 2008 21:14:18 -0000 1.10
+++ catchall.cgi 15 Mar 2008 00:30:28 -0000 1.11
@@ -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