mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Fix: Can't read link with some styles
This commit is contained in:
@@ -134,7 +134,7 @@ if ($forgetpasslink || $helpcenterlink)
|
||||
echo '<br>';
|
||||
echo '<div align="center" style="margin-top: 4px;">';
|
||||
if ($forgetpasslink) {
|
||||
echo '<a style="color: #888888; font-size: 10px" href="'.DOL_URL_ROOT.'/user/passwordforgotten.php'.$moreparam.'">(';
|
||||
echo '<a class="alogin" href="'.DOL_URL_ROOT.'/user/passwordforgotten.php'.$moreparam.'">(';
|
||||
echo $langs->trans('PasswordForgotten');
|
||||
if (! $helpcenterlink) {
|
||||
echo ')';
|
||||
@@ -145,7 +145,7 @@ if ($forgetpasslink || $helpcenterlink)
|
||||
if ($helpcenterlink) {
|
||||
$url=DOL_URL_ROOT.'/support/index.php'.$moreparam;
|
||||
if (! empty($conf->global->MAIN_HELPCENTER_LINKTOUSE)) $url=$conf->global->MAIN_HELPCENTER_LINKTOUSE;
|
||||
echo '<a style="color: #888888; font-size: 10px" href="'.dol_escape_htmltag($url).'" target="_blank">';
|
||||
echo '<a class="alogin" href="'.dol_escape_htmltag($url).'" target="_blank">';
|
||||
if ($forgetpasslink) {
|
||||
echo ' - ';
|
||||
} else {
|
||||
|
||||
@@ -557,6 +557,15 @@ img.login, img.printer, img.entity {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.alogin {
|
||||
color: #FFF;
|
||||
font-weight: normal;
|
||||
}
|
||||
.alogin:hover {
|
||||
color: #FFF;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
div.login_main_home {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
@@ -596,6 +596,15 @@ div.login a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.alogin, .alogin:hover {
|
||||
color: #888 !important;
|
||||
font-weight: normal !important;
|
||||
font-size: <?php echo $fontsizesmaller; ?>px !important;
|
||||
}
|
||||
.alogin:hover {
|
||||
text-decoration:underline !important;
|
||||
}
|
||||
|
||||
img.login, img.printer, img.entity {
|
||||
padding: <?php echo ($conf->dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 8px;
|
||||
|
||||
@@ -640,6 +640,15 @@ div.login a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.alogin, .alogin:hover {
|
||||
color: #888 !important;
|
||||
font-weight: normal !important;
|
||||
font-size: <?php echo $fontsizesmaller; ?>px !important;
|
||||
}
|
||||
.alogin:hover {
|
||||
text-decoration:underline !important;
|
||||
}
|
||||
|
||||
img.login, img.printer, img.entity {
|
||||
padding: <?php echo ($conf->dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 8px;
|
||||
|
||||
@@ -651,6 +651,15 @@ div.login a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.alogin, .alogin:hover {
|
||||
color: #888 !important;
|
||||
font-weight: normal !important;
|
||||
font-size: <?php echo $fontsizesmaller; ?>px !important;
|
||||
}
|
||||
.alogin:hover {
|
||||
text-decoration:underline !important;
|
||||
}
|
||||
|
||||
img.login, img.printer, img.entity {
|
||||
padding: <?php echo ($conf->dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 8px;
|
||||
|
||||
@@ -854,7 +854,14 @@ div.login a:hover {
|
||||
color: #<?php echo $colortextmain; ?>;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.alogin, .alogin:hover {
|
||||
color: #888 !important;
|
||||
font-weight: normal !important;
|
||||
font-size: <?php echo $fontsizesmaller; ?>px !important;
|
||||
}
|
||||
.alogin:hover {
|
||||
text-decoration:underline !important;
|
||||
}
|
||||
img.login, img.printer, img.entity {
|
||||
padding: <?php echo ($conf->dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 8px;
|
||||
|
||||
Reference in New Issue
Block a user