From b5bb1a07a26d5666cb059b5299a6ca2883f2153a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Mar 2010 21:56:32 +0000 Subject: add svc_phone-phone_name-max_length config, RT#7047 --- httemplate/edit/svc_phone.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httemplate') 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', -- cgit v1.2.1