X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_phone.cgi;h=8c0c9e02ecf5fb59c21e7ebf2ee28ca7bf54d9e5;hb=8437f01c51860146d00a23b29854f68e07967b63;hp=3cc1b3f44da74e4c01e7a2f164b5753753ffbda1;hpb=d4b68558b9a0e40d66d0f61a940a233a85e31b90;p=freeside.git diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 3cc1b3f44..8c0c9e02e 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -1,11 +1,18 @@ <% include('elements/svc_Common.html', 'table' => 'svc_phone', - 'fields' => [qw( countrycode phonenum sip_password pin )], + 'fields' => [qw( + countrycode + phonenum + sip_password + pin + phone_name + )], 'labels' => { 'countrycode' => 'Country code', 'phonenum' => 'Phone number', 'sip_password' => 'SIP password', 'pin' => 'PIN', + 'phone_name' => 'Name', }, 'html_foot' => $html_foot, ) @@ -30,7 +37,7 @@ my $html_foot = sub { # "View $_ CDRs"; #} keys(%what); my @links = map { - qq(). + qq(). "View $_ CDRs"; } keys(%what);