mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Remove another inline script which was violating CSP
This commit is contained in:
parent
31ab1c7d7f
commit
78e701ed85
@ -807,7 +807,7 @@ abstract class egw_framework
|
|||||||
if (count($user_tzs) > 1)
|
if (count($user_tzs) > 1)
|
||||||
{
|
{
|
||||||
$tz = $GLOBALS['egw_info']['user']['preferences']['common']['tz'];
|
$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');
|
'/index.php','','tz_selection',' style="display: inline;"','GET');
|
||||||
}
|
}
|
||||||
return $user_info;
|
return $user_info;
|
||||||
|
Loading…
Reference in New Issue
Block a user