fixed not working password link in Firefox (JSON.parse in FF does not like white-spaces)

This commit is contained in:
Ralf Becker 2014-06-24 14:07:42 +00:00
parent 2502f5500a
commit 7505b92bcb

View File

@ -1355,7 +1355,7 @@ if ($app == 'home') continue;
'name' => 'preferences',
'title' => lang('Password'),
'url' => 'javascript:egw.open_link("'.
egw::link('/index.php?menuaction=preferences.preferences_password.change').'", "_blank", "400x200")',
egw::link('/index.php?menuaction=preferences.preferences_password.change').'","_blank","400x270")',
));
}
/* disable help until content is reworked