Fix phpcs
This commit is contained in:
parent
edb3671cf3
commit
856b1e7f40
@ -200,12 +200,16 @@ if (! $rowid) {
|
|||||||
print "<td align='right'>";
|
print "<td align='right'>";
|
||||||
if ($txn->status=='available')
|
if ($txn->status=='available')
|
||||||
{
|
{
|
||||||
print img_picto($langs->trans("".$txn->status.""),'statut4');}
|
print img_picto($langs->trans("".$txn->status),'statut4');
|
||||||
|
}
|
||||||
elseif ($txn->status=='pending')
|
elseif ($txn->status=='pending')
|
||||||
{print img_picto($langs->trans("".$txn->status.""),'statut7');}
|
{
|
||||||
|
print img_picto($langs->trans("".$txn->status),'statut7');
|
||||||
|
}
|
||||||
elseif ($txn->status=='failed')
|
elseif ($txn->status=='failed')
|
||||||
{
|
{
|
||||||
print img_picto($langs->trans("".$txn->status.""),'statut8');}
|
print img_picto($langs->trans("".$txn->status),'statut8');
|
||||||
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user