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/view/svc_domain.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/view/svc_domain.cgi')
| -rwxr-xr-x | httemplate/view/svc_domain.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index a58d75ed6..d6565db34 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -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: % } |
