summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-03-12 22:02:20 +0000
committerivan <ivan>2010-03-12 22:02:20 +0000
commit1ace36787c6c9c7091627810f11352dd410c0d6e (patch)
treecba8ac4b64084609aa5d2fe98d759cebc137c3ac /httemplate
parent41f561eb60f8a69d1ce3685e04cfd1e1a8efefad (diff)
add svc_phone-phone_name-max_length config, RT#7047
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/svc_phone.cgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi
index 4715ec146..b77d96233 100644
--- a/httemplate/edit/svc_phone.cgi
+++ b/httemplate/edit/svc_phone.cgi
@@ -44,7 +44,10 @@ push @fields, { field => 'pbxsvc',
},
'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',