Support center must be easier to understand
This commit is contained in:
parent
62ea3cd09d
commit
30b491116e
@ -125,9 +125,11 @@ margin: 0px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:link,a:visited,a:active {
|
a:link,a:visited,a:active {
|
||||||
|
color: #2266DD;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
|
color: #2266DD;
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -44,7 +44,7 @@ print $langs->trans("HelpCenterDesc2")."<br>\n";
|
|||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
print $langs->trans("ToGoBackToDolibarr",DOL_URL_ROOT.'/');
|
print $langs->trans("ToGoBackToDolibarr",DOL_URL_ROOT.'/');
|
||||||
print '<img src="dolibarr_logo2.png" height="22px" alt="Dolibarr" title="Dolibarr">';
|
//print '<img src="dolibarr_logo2.png" height="22px" alt="Dolibarr" title="Dolibarr">';
|
||||||
|
|
||||||
print '<br><br>';
|
print '<br><br>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user