mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Default bbarea site fix
This commit is contained in:
@@ -823,6 +823,8 @@ class e_form
|
||||
{
|
||||
//size - large|medium|small
|
||||
//width should be explicit set by current admin theme
|
||||
$size = 'span12';
|
||||
|
||||
switch($size)
|
||||
{
|
||||
case 'small':
|
||||
@@ -832,6 +834,7 @@ class e_form
|
||||
|
||||
case 'medium':
|
||||
$rows = '10';
|
||||
|
||||
$height = "style='height:375px'"; // inline required for wysiwyg
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user