X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_broadband.cgi;h=2a5a6509ae26786339426377f76365f01928cd6b;hb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;hp=6b9535508861e1c0631af260a732ac43c3d273d2;hpb=bd4ed44a8526dfc5af8e1fc47cd1212a7015dbfe;p=freeside.git diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index 6b9535508..2a5a6509a 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -1,10 +1,6 @@ - -% -% %# If it's stupid but it works, it's still stupid. %# -Kristian % -% %use HTML::Widgets::SelectLayers; %use Tie::IxHash; % @@ -71,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, @@ -82,6 +79,7 @@ % $svc_broadband->altitude, % $svc_broadband->vlan_profile, % $svc_broadband->auth_key, +% $svc_broadband->description, % ); % % @@ -103,6 +101,19 @@ Service #<%$svcnum ? $svcnum : "(NEW)"%>

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