FIX Missing reposition
This commit is contained in:
parent
271150e1e6
commit
c22db75832
@ -1242,7 +1242,7 @@ if ($num) {
|
|||||||
// Status / Active
|
// Status / Active
|
||||||
print '<td class="center nowrap">';
|
print '<td class="center nowrap">';
|
||||||
if ($canbedisabled) {
|
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 {
|
} else {
|
||||||
print '<span class="opacitymedium">'.$actl[$obj->active].'</span>';
|
print '<span class="opacitymedium">'.$actl[$obj->active].'</span>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user