patch #3314626 [display] CharTextareaRows is not respected

This commit is contained in:
Hans Fr. Nordhaug
2011-09-29 12:47:48 -04:00
committed by Marc Delisle
parent 55d1360b7e
commit 6c980106b7
4 changed files with 9 additions and 1 deletions

View File

@@ -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; ?>"