X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct%2Fbasics.html;h=6adebc6cef763e4f07c1ab3124eddceb8f7d3809;hp=a253e3bf75ff70e75c943a7f061b632c2e6eee8f;hb=f5e559bc13ccdd761417e8ef83454f80937799f1;hpb=c1a054049d58a621e59282b2c3bb4647e746727a diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index a253e3bf7..6adebc6ce 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -77,7 +77,10 @@ label=>mt('IP address'), value=> ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' ) ? "(".mt('Dynamic').")" - : $svc_acct->slipip + : $svc_acct->slipip. ' '. + include('/elements/popup_link-ping.html', + 'ip'=>$svc_acct->slipip, + ) &> % }