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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user