From 5a218e8d28a8fd7c486ca84413b13bae5a987f76 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 3 Aug 2008 02:15:08 +0000 Subject: add a name field to svc_phone --- httemplate/view/svc_phone.cgi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'httemplate/view') diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 3cc1b3f44..12b246297 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, ) -- cgit v1.2.1