2
0
forked from Wavyzz/dolibarr

FIX Missing reposition

This commit is contained in:
Laurent Destailleur
2022-09-10 16:05:33 +02:00
parent 439bef8e0e
commit e3421f4255

View File

@@ -1243,7 +1243,7 @@ if ($num) {
// Status / Active
print '<td class="center nowrap">';
if ($canbedisabled) {
print '<a href="'.$url.'&action='.$acts[$obj->active].'&token='.newToken().'">'.$actl[$obj->active].'</a>';
print '<a class="reposition" href="'.$url.'&action='.$acts[$obj->active].'&token='.newToken().'">'.$actl[$obj->active].'</a>';
} else {
print '<span class="opacitymedium">'.$actl[$obj->active].'</span>';
}