Fix password change dialog does not open in safari

This commit is contained in:
Hadi Nategh 2015-03-16 17:43:42 +00:00
parent e6bdc9fd8c
commit 58ddac77e9

View File

@ -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