add sip pw display
authorivan <ivan>
Tue, 1 Jul 2008 00:00:53 +0000 (00:00 +0000)
committerivan <ivan>
Tue, 1 Jul 2008 00:00:53 +0000 (00:00 +0000)
httemplate/view/svc_phone.cgi

index 6f39860..e6bdce2 100644 (file)
@@ -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,
           )