BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proce..." UPDATED

- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
This commit is contained in:
Erik Amaru Ortiz
2012-04-11 18:39:16 -04:00
parent bc79391223
commit 23ecc0369a
13 changed files with 1405 additions and 1444 deletions

View File

@@ -15,6 +15,8 @@ class Installer extends Controller {
var $link; #resource for database connection
public $debug = 1;
public function __construct() {
$this->path_config = PATH_CORE.'config/';
$this->path_languages = PATH_CORE.'content/languages/';
@@ -47,6 +49,8 @@ class Installer extends Controller {
$this->includeExtJS('installer/Wizard', false);
$this->includeExtJS('installer/Header', false);
$this->includeExtJS('installer/Card', false);
$this->includeExtJS('installer/installer_cards');
$this->includeExtJS('installer/main', false);
$this->setJSVar('licenseTxt', $licenseContent);