FIX Look and feel v10

This commit is contained in:
Laurent Destailleur 2019-10-04 12:31:25 +02:00
parent 0b9d27423d
commit 68c28ab3c7

View File

@ -119,25 +119,7 @@ if ($socid)
dol_fiche_end();
/*
* Barre d'action
*/
/*print '<div class="tabsAction">';
if (! empty($conf->projet->enabled))
{
if (! empty($conf->projet->enabled) && ! empty($user->rights->projet->creer))
{*/
$addbutton = '<a href="'.DOL_URL_ROOT.'/projet/card.php?action=create&socid='.$object->id.'&amp;backtopage='.urlencode($backtopage).'">'.$langs->trans("AddProject").'</a>';
/* }
else
{
print '<a class="butActionRefused classfortooltip" href="#">'.$langs->trans("AddProject").'</a>';
}
}
print '</div>'; */
$addbutton = '<a class="butActionNew" href="'.DOL_URL_ROOT.'/projet/card.php?action=create&socid='.$object->id.'&amp;backtopage='.urlencode($backtopage).'"><span class="text-plus-circle">'.$langs->trans("AddProject").'</span><span class="fa fa-plus-circle valignmiddle"></span></a>';
print '<br>';