From c4a7388a676878b64a3d3b2b2e0a4004e4daf669 Mon Sep 17 00:00:00 2001 From: khoff Date: Tue, 29 Apr 2003 16:59:10 +0000 Subject: [PATCH] It helps if you can edit the ip_addr field. --- httemplate/edit/svc_broadband.cgi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index f017d7a6e..ee7f8becf 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -96,10 +96,18 @@ Service #<%=$svcnum ? $svcnum : "(NEW)"%>

- <%=&ntable("#cccccc",2)%> - + + IP Address + +<% if ( $part_svc->part_svc_column('ip_addr')->columnflag eq 'F' ) { %> + <%=$ip_addr%> +<% } else { %> + +<% } %> + + Download speed -- 2.11.0