Work on filemanager module
This commit is contained in:
parent
e389618ddb
commit
889226b499
@ -130,7 +130,7 @@ class DolEditor
|
||||
if ($this->tool == 'textarea')
|
||||
{
|
||||
$found=1;
|
||||
print '<textarea name="'.$this->htmlname.'" rows="'.$this->rows.'" cols="'.$this->cols.'" class="flat">';
|
||||
print '<textarea id="'.$this->htmlname.'" name="'.$this->htmlname.'" rows="'.$this->rows.'" cols="'.$this->cols.'" class="flat">';
|
||||
print $this->content;
|
||||
print '</textarea>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user