Fix: entre du menu adhrent mal gre
This commit is contained in:
parent
5646f75ae2
commit
82cd978e8e
@ -56,9 +56,12 @@ if ($conf->adherent->enabled)
|
||||
{
|
||||
$class='class="tmenu" id="sel"';
|
||||
}
|
||||
print '<td class="'.$class.'" width="'.$widthtd.'%" align=center>';
|
||||
print '<a class="'.$class.'" href="'.DOL_URL_ROOT.'/adherents/index.php"'.($target?" target=$target":"").'>'.$langs->trans("Members").'</a>';
|
||||
print '</td>';
|
||||
else
|
||||
{
|
||||
$class = 'class="tmenu"';
|
||||
}
|
||||
|
||||
print '<a '.$class.' href="'.DOL_URL_ROOT.'/adherents/index.php"'.($target?" target=$target":"").'>'.$langs->trans("Members").'</a>';
|
||||
}
|
||||
|
||||
if ($conf->compta->enabled || $conf->banque->enabled || $conf->caisse->enabled)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user