[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
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.26, 1.468.2.27 svc_Common.pm, 1.62.2.2, 1.62.2.3 svc_dsl.pm, 1.10.2.4, 1.10.2.5 svc_acct.pm, 1.317.2.2, 1.317.2.3 svc_broadband.pm, 1.24.2.4, 1.24.2.5
- Next message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
+ )
&>
% }
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.26, 1.468.2.27 svc_Common.pm, 1.62.2.2, 1.62.2.3 svc_dsl.pm, 1.10.2.4, 1.10.2.5 svc_acct.pm, 1.317.2.2, 1.317.2.3 svc_broadband.pm, 1.24.2.4, 1.24.2.5
- Next message: [freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list