Remove another inline script which was violating CSP

This commit is contained in:
Hadi Nategh 2014-06-13 11:16:04 +00:00
parent 31ab1c7d7f
commit 78e701ed85

View File

@ -807,7 +807,7 @@ abstract class egw_framework
if (count($user_tzs) > 1)
{
$tz = $GLOBALS['egw_info']['user']['preferences']['common']['tz'];
$user_info .= html::form(html::select('tz',$tz,$user_tzs,true,' onchange="this.form.submit();"'),array(),
$user_info .= html::form(html::select('tz',$tz,$user_tzs,true),array(),
'/index.php','','tz_selection',' style="display: inline;"','GET');
}
return $user_info;