From 52dbc041b5ba187cc2a503e5ad2d800b1a2e5a1f Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 12 Jan 2007 23:27:09 +0000 Subject: added svc_broadband description which is appended to Site Name in prizm export --- httemplate/edit/svc_broadband.cgi | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index 30eb6319f..2a5a6509a 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -67,7 +67,8 @@ %my $p1 = popurl(1); % %my ($ip_addr, $speed_up, $speed_down, $blocknum, $mac_addr, -% $latitude, $longitude, $altitude, $vlan_profile, $auth_key) = +% $latitude, $longitude, $altitude, $vlan_profile, $auth_key, +% $description) = % ($svc_broadband->ip_addr, % $svc_broadband->speed_up, % $svc_broadband->speed_down, @@ -78,6 +79,7 @@ % $svc_broadband->altitude, % $svc_broadband->vlan_profile, % $svc_broadband->auth_key, +% $svc_broadband->description, % ); % % @@ -98,6 +100,19 @@ Service #<%$svcnum ? $svcnum : "(NEW)"%>

<%&ntable("#cccccc",2)%> + + Description + +% if ( $part_svc->part_svc_column('description')->columnflag eq 'F' ) { + + <%$description%> +% } else { + + +% } + + + IP Address -- cgit v1.2.1