[freeside-commits] freeside/httemplate/view svc_broadband.cgi, 1.16, 1.17
Ivan,,,
ivan at wavetail.420.am
Mon Sep 14 16:52:03 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv24976/httemplate/view
Modified Files:
svc_broadband.cgi
Log Message:
ping tool, RT#5845
Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_broadband.cgi,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- svc_broadband.cgi 7 Jul 2009 09:53:15 -0000 1.16
+++ svc_broadband.cgi 14 Sep 2009 23:52:01 -0000 1.17
@@ -8,7 +8,9 @@
))
%>
-<A HREF="<%${p}%>edit/svc_broadband.cgi?<%$svcnum%>">Edit this information</A>
+<% include('/elements/init_overlib.html') %>
+
+<A HREF="<%$p%>edit/svc_broadband.cgi?<%$svcnum%>">Edit this information</A>
<BR>
<%ntable("#cccccc")%>
<TR>
@@ -42,7 +44,10 @@
% if ( $ip_addr ) {
<TR>
<TD ALIGN="right">IP Address</TD>
- <TD BGCOLOR="#ffffff"><%$ip_addr%></TD>
+ <TD BGCOLOR="#ffffff">
+ <%$ip_addr%>
+ (<% include('/elements/popup_link-ping.html', 'ip'=>$ip_addr ) %>)
+ </TD>
</TR>
<TR>
<TD ALIGN="right">IP Netmask</TD>
More information about the freeside-commits
mailing list