diff options
| author | ivan <ivan> | 2009-09-14 23:52:01 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-09-14 23:52:01 +0000 |
| commit | 9ecb64360568b205334ae23e1051249cb56491b6 (patch) | |
| tree | 3eab038020345f86de2eaccd4e198d0c6317c2d1 /httemplate/view/svc_broadband.cgi | |
| parent | 49fbd7cc643b1c474d9a6777dac512a24504a99d (diff) | |
ping tool, RT#5845
Diffstat (limited to 'httemplate/view/svc_broadband.cgi')
| -rw-r--r-- | httemplate/view/svc_broadband.cgi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index 0e9656b15..1463925b4 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -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> |
