[freeside-commits] freeside/httemplate/edit svc_phone.cgi, 1.11, 1.12
Ivan,,,
ivan at wavetail.420.am
Fri Mar 12 13:56:35 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv18848/httemplate/edit
Modified Files:
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.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- svc_phone.cgi 12 Mar 2010 21:29:04 -0000 1.11
+++ svc_phone.cgi 12 Mar 2010 21:56:32 -0000 1.12
@@ -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