Fix password change dialog does not open in safari

This commit is contained in:
Hadi Nategh 2015-03-16 17:44:10 +00:00
parent 7ed6c43459
commit 61717c39a6

View File

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