summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-07-01 00:00:53 +0000
committerivan <ivan>2008-07-01 00:00:53 +0000
commit5cbf59c55b1757c54c737114f8f28a03ad2478f2 (patch)
tree861b4fad854c4ca1cd4d1d6e12eb1c84ca74cfa9 /httemplate/view/svc_phone.cgi
parentbb5907148eb298e2e509fa37e23dcbe63619db9d (diff)
add sip pw display
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-rw-r--r--httemplate/view/svc_phone.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index 6f3986083..e6bdce2c4 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -1,10 +1,11 @@
<% include('elements/svc_Common.html',
'table' => 'svc_phone',
- 'fields' => [qw( countrycode phonenum pin )],
+ 'fields' => [qw( countrycode phonenum sip_password pin )],
'labels' => {
- 'countrycode' => 'Country code',
- 'phonenum' => 'Phone number',
- 'pin' => 'PIN',
+ 'countrycode' => 'Country code',
+ 'phonenum' => 'Phone number',
+ 'sip_password' => 'SIP password',
+ 'pin' => 'PIN',
},
'html_foot' => $html_foot,
)