The help center is opened in a new window

This commit is contained in:
Laurent Destailleur 2009-07-02 08:42:42 +00:00
parent a464e34abd
commit 7bbf6ef6dc

View File

@ -234,7 +234,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
if (empty($conf->global->MAIN_HELPCENTER_DISABLELINK))
{
$langs->load("help");
print '<a style="color: #888888; font-size: 10px" href="'.DOL_URL_ROOT.'/support/index.php">';
print '<a style="color: #888888; font-size: 10px" href="'.DOL_URL_ROOT.'/support/index.php" target="_blank">';
if (! empty($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK)) print '(';
else print ' - ';
print $langs->trans("NeedHelpCenter");