patch #3314626 [display] CharTextareaRows is not respected
This commit is contained in:

committed by
Marc Delisle

parent
55d1360b7e
commit
6c980106b7
@@ -981,7 +981,7 @@ foreach ($rows as $row_id => $vrow) {
|
||||
if ($field['is_char'] && ($cfg['CharEditing'] == 'textarea' || strpos($data, "\n") !== FALSE)) {
|
||||
echo "\n";
|
||||
?>
|
||||
<textarea name="fields<?php echo $field_name_appendix; ?>"
|
||||
<textarea class="char" name="fields<?php echo $field_name_appendix; ?>"
|
||||
rows="<?php echo $cfg['CharTextareaRows']; ?>"
|
||||
cols="<?php echo $cfg['CharTextareaCols']; ?>"
|
||||
dir="<?php echo $text_dir; ?>"
|
||||
|
Reference in New Issue
Block a user