[freeside-commits] freeside/httemplate/view svc_phone.cgi,1.7,1.8

Ivan,,, ivan at wavetail.420.am
Sat Aug 2 19:15:10 PDT 2008


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

Modified Files:
	svc_phone.cgi 
Log Message:
add a name field to svc_phone

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- svc_phone.cgi	22 Jul 2008 04:59:08 -0000	1.7
+++ svc_phone.cgi	3 Aug 2008 02:15:08 -0000	1.8
@@ -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,
           )



More information about the freeside-commits mailing list