diff options
author | ivan <ivan> | 2008-08-03 02:15:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-03 02:15:08 +0000 |
commit | 5a218e8d28a8fd7c486ca84413b13bae5a987f76 (patch) | |
tree | 0fc77d9c25e0fe39478665f570a72037d345b1fd /httemplate/edit/svc_phone.cgi | |
parent | a8acb88758229305e88fa8cf13bc31dc902719ff (diff) |
add a name field to svc_phone
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index bb9c08508..d7629ab6f 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -8,12 +8,14 @@ }, 'sip_password', 'pin', + 'phone_name', ], 'labels' => { 'countrycode' => 'Country code', 'phonenum' => 'Phone number', 'sip_password' => 'SIP password', 'pin' => 'Voicemail PIN', + 'phone_name' => 'Name', }, ) %> |