[freeside-commits] freeside/httemplate/view svc_domain.cgi, 1.25, 1.26

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


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

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

Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_domain.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- svc_domain.cgi	13 Jan 2008 20:46:44 -0000	1.25
+++ svc_domain.cgi	15 Mar 2008 00:30:27 -0000	1.26
@@ -10,10 +10,9 @@
 Service #<% $svcnum %>
 <BR>Service: <B><% $part_svc->svc %></B>
 <BR>Domain name: <B><% $domain %></B>
-<BR>Catch all email 
 % if ( $FS::CurrentUser::CurrentUser->access_right('Edit domain catchall') ) {
-    <BR>Catch all email<A HREF="<% ${p} %>misc/catchall.cgi?<% $svcnum %>">(change)</A>:
-} else {
+    <BR>Catch all email <A HREF="<% ${p} %>misc/catchall.cgi?<% $svcnum %>">(change)</A>:
+% } else {
     <BR>Catch all email:
 % }
 



More information about the freeside-commits mailing list