forked from Wavyzz/dolibarr
Modif look
This commit is contained in:
@@ -276,23 +276,14 @@ if ($_GET["id"] > 0)
|
||||
*/
|
||||
if ($user->societe_id == 0)
|
||||
{
|
||||
print '<p><table id="actions" width="100%"><tr>';
|
||||
|
||||
print '<td align="center" width="20%">-</td>';
|
||||
print '<td align="center" width="20%">-</td>';
|
||||
|
||||
print '<p><div class="tabsAction">';
|
||||
if ($user->rights->expedition->valider && $reste_a_livrer_total == 0 && $commande->statut < 3)
|
||||
{
|
||||
print '<td align="center" width="20%"><a href="commande.php?id='.$commande->id.'&action=cloture">Cl<43>turer</a></td>';
|
||||
print '<a class="tabAction" href="commande.php?id='.$commande->id.'&action=cloture">Cl<43>turer</a>';
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<td align="center" width="20%">-</td>';
|
||||
}
|
||||
|
||||
print '<td align="center" width="20%">-</td>';
|
||||
print '<td align="center" width="20%">-</td>';
|
||||
print "</tr></table>";
|
||||
|
||||
print "</div>";
|
||||
|
||||
}
|
||||
/*
|
||||
* D<>j<EFBFBD> livr<76>
|
||||
|
||||
Reference in New Issue
Block a user