diff --git a/api/src/Framework/About.php b/api/src/Framework/About.php index 34e86b2511..5ad7df1a83 100644 --- a/api/src/Framework/About.php +++ b/api/src/Framework/About.php @@ -79,7 +79,14 @@ Chrome, Firefox and Safari are prefered internet browsers for best EGroupware ex EGroupware can be integrated easily into existing authentication solutions such as LDAP or Active Directory.

EGroupware offers CalDAV, CardDAV, WebDAV and Active Sync for synchronising data to your smartphone or desktop client.

EGroupware is developed by EGroupware GmbH with contributions from community developers.

-

For more information visit the EGroupware Website

'); +

For more information visit the EGroupware Website

+

Support is available via the following options: +

+

'); // get informations about the applications $apps = array(); diff --git a/setup/inc/class.setup_html.inc.php b/setup/inc/class.setup_html.inc.php index 9214c15ac9..844dce3d84 100644 --- a/setup/inc/class.setup_html.inc.php +++ b/setup/inc/class.setup_html.inc.php @@ -174,22 +174,14 @@ class setup_html 'check_install' => $check_install, 'register_hooks'=> $register_hooks, 'main_menu' => lang('Setup Main Menu'), - 'user_login' => lang('Back to user login') + 'user_login' => lang('Back to user login'), + 'help_menu' => lang('Help and support'), + 'documentation' => lang('Documentation'), + 'commercial_support' => lang('Commercial support'), + 'community_forum' => lang('Community forum'), )); - // manual / help link to the install manual on egroupware.org - $manual_remote_egw_url = 'http://manual.egroupware.org/egroupware'; - $url_parts = explode('/',$_SERVER['PHP_SELF']); - $script = array_pop($url_parts); - $lang = setup::get_lang(); - $url = $manual_remote_egw_url.'/manual/index.php?referer='.urlencode($manual_remote_egw_url.'/setup/'.$script). - ($lang ? '&lang='.urlencode($lang) : ''); - $GLOBALS['setup_tpl']->set_var('manual',''. - htmlspecialchars(lang('Manual / help')).''); - $GLOBALS['setup_tpl']->pparse('out','T_head'); - /* $setup_tpl->set_var('T_head',''); */ } static function show_footer() diff --git a/setup/lang/egw_de.lang b/setup/lang/egw_de.lang index 741e32cfd6..368757fd0b 100644 --- a/setup/lang/egw_de.lang +++ b/setup/lang/egw_de.lang @@ -157,6 +157,8 @@ click here to return to setup. setup de here to return to setup. setup en Click   + + +
{help_menu}
+
+ - + + + + + + + + + +
ball{manual}ball{documentation}
ball{commercial_support}
ball{community_forum}