1
0
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:
Cameron
2013-02-28 05:32:38 -08:00
parent 884bfe5809
commit 2feaade4ce

View File

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