forked from extern/egroupware
Fix password change dialog does not open in safari
This commit is contained in:
parent
e6bdc9fd8c
commit
58ddac77e9
@ -1599,8 +1599,8 @@ abstract class egw_framework
|
||||
'id' => 'password',
|
||||
'name' => 'preferences',
|
||||
'title' => lang('Password'),
|
||||
'url' => 'javascript:egw.open_link("'.
|
||||
egw::link('/index.php?menuaction=preferences.preferences_password.change').'","_blank","400x270")',
|
||||
'url' => "javascript:egw.open_link('".
|
||||
egw::link('/index.php?menuaction=preferences.preferences_password.change')."','_blank','400x270')",
|
||||
));
|
||||
}
|
||||
/* disable help until content is reworked
|
||||
|
Loading…
Reference in New Issue
Block a user