[freeside-commits] freeside/httemplate/edit svc_phone.cgi,1.6,1.7
Ivan,,,
ivan at wavetail.420.am
Sat Aug 2 19:15:10 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv17186/httemplate/edit
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/edit/svc_phone.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- svc_phone.cgi 30 Jun 2008 23:56:02 -0000 1.6
+++ svc_phone.cgi 3 Aug 2008 02:15:08 -0000 1.7
@@ -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',
},
)
%>
More information about the freeside-commits
mailing list