#714: localization of the date picker calendar. Get rid of the old jquery.datepicker.js file since iTop now relies on the built-in jQuery UI date picker widget.

SVN:trunk[3629]
This commit is contained in:
Denis Flaven
2015-07-07 16:27:09 +00:00
parent cf5adc5ae7
commit 77388bed29
8 changed files with 123 additions and 1075 deletions

View File

@@ -53,7 +53,10 @@ if ($sPage == '')
}
$sPage = basename($sPage); // protect against ../.. ...
$sEnvironment = utils::ReadParam('exec_env', 'production');
session_name('itop-'.md5(APPROOT));
session_start();
$sEnvironment = utils::ReadParam('exec_env', utils::GetCurrentEnvironment());
session_write_close();
$sTargetPage = APPROOT.'env-'.$sEnvironment.'/'.$sModule.'/'.$sPage;