[freeside-commits] freeside/httemplate/edit svc_phone.cgi, 1.7.4.4, 1.7.4.5
Ivan,,,
ivan at wavetail.420.am
Fri Mar 12 14:02:22 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv19022/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
svc_phone.cgi
Log Message:
add svc_phone-phone_name-max_length config, RT#7047
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_phone.cgi,v
retrieving revision 1.7.4.4
retrieving revision 1.7.4.5
diff -u -w -d -r1.7.4.4 -r1.7.4.5
--- svc_phone.cgi 12 Mar 2010 21:29:16 -0000 1.7.4.4
+++ svc_phone.cgi 12 Mar 2010 22:02:20 -0000 1.7.4.5
@@ -44,7 +44,10 @@
},
'sip_password',
'pin',
- 'phone_name',
+ { field => 'phone_name',
+ type => 'text',
+ maxlength => $conf->config('svc_phone-phone_name-max_length'),
+ },
{ value => 'E911 Information',
type => 'tablebreak-tr-title',
More information about the freeside-commits
mailing list