[freeside-commits] freeside/httemplate/view svc_phone.cgi,1.5,1.6

Ivan,,, ivan at wavetail.420.am
Mon Jun 30 17:00:56 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv6646

Modified Files:
	svc_phone.cgi 
Log Message:
add sip pw display

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- svc_phone.cgi	5 Jun 2008 19:24:32 -0000	1.5
+++ svc_phone.cgi	1 Jul 2008 00:00:53 -0000	1.6
@@ -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,
           )



More information about the freeside-commits mailing list