MT#15489 Fix faxes form fields description

Change-Id: Idd57b6a9f83abff96b900d868b49edb84e6ddbcf
changes/60/3960/4
Irina Peshinskaya 10 years ago
parent dd8d988ce8
commit 687c541391

@ -31,17 +31,17 @@ has_field 'data' => (
element_class => [qw/ngcp-autoconf-area/],
element_attr => {
rel => ['tooltip'],
title => ['Content text']
title => ['Content text'],
},
);
has_field 'faxfile' => (
type => 'Upload',
max_size => '67108864', # 64MB
label => 'or File',
label => 'File',
element_attr => {
rel => ['tooltip'],
title => ['Supported File Types are TXT, PDF, PS, TIFF'],
title => ['File to send. Will be sent if no text content specified. Supported File Types are TXT, PDF, PS, TIFF'],
},
);

Loading…
Cancel
Save