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