[freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.13, 1.14
Ivan,,,
ivan at wavetail.420.am
Thu Dec 8 21:16:41 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_acct
In directory wavetail.420.am:/tmp/cvs-serv26423
Modified Files:
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.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- basics.html 10 Nov 2011 21:40:05 -0000 1.13
+++ basics.html 9 Dec 2011 05:16:38 -0000 1.14
@@ -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