add ping tool to svc_acct IP address, RT#15537
authorivan <ivan>
Fri, 9 Dec 2011 05:13:49 +0000 (05:13 +0000)
committerivan <ivan>
Fri, 9 Dec 2011 05:13:49 +0000 (05:13 +0000)
httemplate/view/svc_acct/basics.html

index a253e3b..6adebc6 100644 (file)
        label=>mt('IP address'),
        value=> ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' )
                  ? "<I>(".mt('Dynamic').")</I>"
-                 : $svc_acct->slipip
+                 : $svc_acct->slipip. ' '.
+                   include('/elements/popup_link-ping.html',
+                             'ip'=>$svc_acct->slipip,
+                          )
   &>
 % }