X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_phone.cgi;h=1c0fb39c5278aa9e431fd9eb4a09c98999475620;hb=1af8ff7f48f7259fc99f090c301c84b9680fdb4d;hp=ccd9ae7c7518696abe34b9ad860041c1a50e173e;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index ccd9ae7c7..1c0fb39c5 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -1,7 +1,7 @@ <& elements/svc_Common.html, 'table' => 'svc_phone', 'fields' => \@fields, - 'labels' => \%labels, + 'labels' => \%labels, 'html_foot' => $html_foot, &> <%init> @@ -53,6 +53,11 @@ if ( $conf->exists('svc_phone-lnp') ) { ; } +$labels{circuit_label} = mt('Circuit'); +push @fields, { field => 'circuit_label', + link => [ $p.'view/svc_circuit.html?', 'circuit_svcnum' ] + }; + my $html_foot = sub { my $svc_phone = shift; @@ -84,6 +89,8 @@ my $html_foot = sub { 'table' => 'phone_device', ); + my $status = include('/view/elements/svc_export_status.html', $svc_phone ); + ## # CDR links ## @@ -137,6 +144,7 @@ my $html_foot = sub { $e911. $devices. + $status. join(' | ', @links ). '
'. join(' | ', @ilinks). '
';