Fix the repositioning works better with new system class="reposition"
compared to old system (#tag)
This commit is contained in:
parent
343561be7a
commit
59e9d7f397
@ -200,13 +200,13 @@ if ($result)
|
|||||||
{
|
{
|
||||||
print img_picto($langs->trans("Active"),'tick');
|
print img_picto($langs->trans("Active"),'tick');
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
print '<a href="perms.php?pid='.$obj->id.'&action=remove#'.$objMod->getName().'">'.img_edit_remove().'</a>';
|
print '<a class="reposition" href="perms.php?pid='.$obj->id.'&action=remove">'.img_edit_remove().'</a>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print ' ';
|
print ' ';
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
print '<a href="perms.php?pid='.$obj->id.'&action=add#'.$objMod->getName().'">'.img_edit_add().'</a>';
|
print '<a class="reposition" href="perms.php?pid='.$obj->id.'&action=add">'.img_edit_add().'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user