1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

BC fixes for <select> form elements

This commit is contained in:
Cameron
2013-02-23 03:01:57 -08:00
parent 76ac4b39d5
commit 63c52ca05d
3 changed files with 24 additions and 17 deletions

View File

@@ -44,9 +44,12 @@ require_once (e_ADMIN.'ad_links.php'); //FIXME - see 'FIXME' in sc_admin_navigat
if (!defined('ADMIN_WIDTH'))
{
define('ADMIN_WIDTH', "width: 95%");
define('ADMIN_WIDTH', "width:100%;");
}
// Wysiwyg JS support on or off.
// your code should run off e_WYSIWYG
if (e107::getPref('wysiwyg', false) ) // posts bbcode by default.