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