BUG 9216 Al cambiar el idioma por system settings... SOLVED

- By selecting the language in settings the Dropdown shows no language predefined.
- was add posts to language in the login and system for more information, and was modified the Dropdown for show the language predefined.
This commit is contained in:
Marco Antonio Nina
2012-07-10 17:55:22 -04:00
parent 5b420d115a
commit 8c44e21c1c
5 changed files with 41 additions and 25 deletions

View File

@@ -321,6 +321,7 @@ class Main extends Controller
$availableLangArray = $this->getLanguagesList();
$this->includeExtJSLib('ux/virtualkeyboard');
$this->setJSVar('sysLang', SYS_LANG);
$this->includeExtJS('main/sysLogin');
$this->setVar('logo_company', $this->getCompanyLogo());
@@ -791,4 +792,4 @@ class Main extends Controller
$_SESSION['DEV_FLAG'] = true;
}
}
}
}