update styles in neoclassic for pm3
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
*
|
||||
*/
|
||||
/*----------------------------------********---------------------------------*/
|
||||
//Browser Compatibility
|
||||
$browserSupported = G::checkBrowserCompatibility();
|
||||
if ($browserSupported==false){
|
||||
if(!isset($_SESSION['G_MESSAGE']) || $_SESSION['G_MESSAGE'] == ""){
|
||||
G::SendTemporalMessage ('ID_CURRENT_BROWSER_NOT_SUPPORTED', 'warning');
|
||||
}
|
||||
//Browser Compatibility
|
||||
$browserSupported = G::checkBrowserCompatibility();
|
||||
if ($browserSupported==false){
|
||||
if(!isset($_SESSION['G_MESSAGE']) || $_SESSION['G_MESSAGE'] == ""){
|
||||
G::SendTemporalMessage ('ID_CURRENT_BROWSER_NOT_SUPPORTED', 'warning');
|
||||
}
|
||||
}
|
||||
/*----------------------------------********---------------------------------*/
|
||||
if (isset ($_POST['form']['USER_ENV'])) {
|
||||
@@ -160,13 +160,21 @@ switch (WS_IN_LOGIN) {
|
||||
//Get Server Configuration
|
||||
$oServerConf = & serverConf::getSingleton ();
|
||||
if ($oServerConf->getProperty ('LOGIN_NO_WS')) {
|
||||
$fileLogin = 'login/sysLoginNoWS';
|
||||
if(SYS_SKIN == 'neoclassic'){
|
||||
$fileLogin = 'login/sysLoginNoWSpm3';
|
||||
}else{
|
||||
$fileLogin = 'login/sysLoginNoWS';
|
||||
}
|
||||
} else {
|
||||
$fileLogin = 'login/sysLogin';
|
||||
}
|
||||
break;
|
||||
case 'no':
|
||||
$fileLogin = 'login/sysLoginNoWS';
|
||||
if(SYS_SKIN == 'neoclassic'){
|
||||
$fileLogin = 'login/sysLoginNoWSpm3';
|
||||
}else{
|
||||
$fileLogin = 'login/sysLoginNoWS';
|
||||
}
|
||||
break;
|
||||
case 'yes':
|
||||
$fileLogin = 'login/sysLogin';
|
||||
|
||||
Reference in New Issue
Block a user