From 87310e447eba1cf399ea6f5ac980e6dfdaa7a6e3 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 20 Apr 2010 04:29:12 +0000 Subject: communigate (phase 2): add a textarea type to edit/part_svc so you can set it to a default or fixed trailer that's multi-line, RT#7514 --- httemplate/edit/part_svc.cgi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/edit') diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 98ed9fec1..6fe015ab5 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -300,6 +300,12 @@ that field. % } #endif % $html .= ''; % +% } elsif ( $def->{type} eq 'textarea' ) { +% +% $html .= +% qq!'; +% % } elsif ( $def->{type} eq 'select-svc_pbx.html' ) { % % $html .= include('/elements/select-svc_pbx.html', -- cgit v1.2.1