diff options
author | ivan <ivan> | 2008-03-15 00:30:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-15 00:30:59 +0000 |
commit | 05bb22caa2c2c32bc7f40bcdc3f0c1f88e3d7b1e (patch) | |
tree | c3db99b951b497ab10e760da1193c74652d5aab3 /httemplate/misc/catchall.cgi | |
parent | 5cbb05f8e196d5b9a8bbcc543775ee55f7877440 (diff) |
fix harmless code leaking out onto the page, hehe, closes: Bug#3253, also remove silly formatting on catchall edit
Diffstat (limited to 'httemplate/misc/catchall.cgi')
-rwxr-xr-x | httemplate/misc/catchall.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/misc/catchall.cgi b/httemplate/misc/catchall.cgi index 2094494be..240f34d0e 100755 --- a/httemplate/misc/catchall.cgi +++ b/httemplate/misc/catchall.cgi @@ -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 @@ Mail to <I>(anything)</I>@<B><% $domain |h %></B> forwards to <SELECT NAME="catc <OPTION<% $_ eq $catchall ? ' SELECTED' : '' %> VALUE="<% $_ %>"><% $email{$_} %> % } </SELECT> - -</PRE> +<BR><BR> <INPUT TYPE="submit" VALUE="Submit"> |