Support center must be easier to understand
This commit is contained in:
parent
62ea3cd09d
commit
30b491116e
@ -125,10 +125,12 @@ margin: 0px;
|
||||
}
|
||||
|
||||
a:link,a:visited,a:active {
|
||||
text-decoration:none;
|
||||
color: #2266DD;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
color: #2266DD;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a.titre {
|
||||
|
||||
@ -44,7 +44,7 @@ print $langs->trans("HelpCenterDesc2")."<br>\n";
|
||||
print '<br>';
|
||||
|
||||
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>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user