freeside/httemplate/view svc_domain.cgi,1.15,1.16
ivan
ivan at pouncequick.420.am
Mon Apr 5 02:08:43 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv28422/httemplate/view
Modified Files:
svc_domain.cgi
Log Message:
add whois functionality internally instead of linking to geektools
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_domain.cgi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- svc_domain.cgi 22 Mar 2004 11:05:58 -0000 1.15
+++ svc_domain.cgi 5 Apr 2004 09:08:39 -0000 1.16
@@ -47,7 +47,7 @@
<BR>Domain name: <B><%= $domain %></B>
<BR>Catch all email <A HREF="<%= ${p} %>misc/catchall.cgi?<%= $svcnum %>">(change)</A>:
<%= $email ? "<B>$email</B>" : "<I>(none)<I>" %>
-<BR><BR><A HREF="http://www.geektools.com/cgi-bin/proxy.cgi?query=<%=$domain%>;targetnic=auto">View whois information.</A>
+<BR><BR><A HREF="<%= ${p} %>misc/whois.cgi?custnum=<%=$custnum%>;svcnum=<%=$svcnum%>;domain=<%=$domain%>">View whois information.</A>
<BR><BR>
<SCRIPT>
function areyousure(href) {
More information about the freeside-commits
mailing list