[freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.12.2.1, 1.12.2.2

Ivan,,, ivan at wavetail.420.am
Thu Dec 8 21:13:51 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_acct
In directory wavetail.420.am:/tmp/cvs-serv25938

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	basics.html 
Log Message:
add ping tool to svc_acct IP address, RT#15537

Index: basics.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct/basics.html,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -w -d -r1.12.2.1 -r1.12.2.2
--- basics.html	10 Nov 2011 21:40:25 -0000	1.12.2.1
+++ basics.html	9 Dec 2011 05:13:49 -0000	1.12.2.2
@@ -77,7 +77,10 @@
        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,
+                          )
   &>
 % } 
 



More information about the freeside-commits mailing list