remove no longer working preferences link

This commit is contained in:
Ralf Becker 2015-02-06 09:09:42 +00:00
parent 7b99be3783
commit 91d0853a6b

View File

@ -54,10 +54,8 @@
$GLOBALS['egw_info']['flags']['app_header'] = $GLOBALS['egw_info']['apps']['calendar']['title'].' - '.lang('Holiday Management');
$GLOBALS['egw']->template->set_var('help_msg',lang('<b>Please note</b>: The calendar use the holidays of your country, which is set to %1. You can change it in your %2.<br />Holidays are %3 automatic installed from %4. You can changed it in %5.',
'<b>'.$GLOBALS['egw_info']['user']['preferences']['common']['country'].'</b>','<a href="'.$GLOBALS['egw']->link('/index.php',array(
'menuaction' => 'preferences.uisettings.index',
'appname' => 'preferences',
)).'">'.lang('common preferences').'</a>',$GLOBALS['egw_info']['server']['auto_load_holidays'] ? '' : '<b>'.lang('not').'</b>',
'<b>'.$GLOBALS['egw_info']['user']['preferences']['common']['country'].'</b>',lang('common preferences'),
$GLOBALS['egw_info']['server']['auto_load_holidays'] ? '' : '<b>'.lang('not').'</b>',
'<b>'.$GLOBALS['egw_info']['server']['holidays_url_path'].'</b>',
'<a href="'.$GLOBALS['egw']->link('/index.php',array(
'menuaction' => 'admin.uiconfig.index',