freeside/httemplate/view svc_domain.cgi,1.13.4.2,1.13.4.3
ivan
ivan at pouncequick.420.am
Mon Apr 5 02:09:19 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv28521/httemplate/view
Modified Files:
Tag: FREESIDE_1_4_BRANCH
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.13.4.2
retrieving revision 1.13.4.3
diff -u -d -r1.13.4.2 -r1.13.4.3
--- svc_domain.cgi 22 Mar 2004 11:06:28 -0000 1.13.4.2
+++ svc_domain.cgi 5 Apr 2004 09:09:15 -0000 1.13.4.3
@@ -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