Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
This commit is contained in:
commit
dfa13ea255
@ -226,7 +226,7 @@ if ($result) {
|
|||||||
// Tick
|
// Tick
|
||||||
if ($obj->bydefault == 1) {
|
if ($obj->bydefault == 1) {
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
print '<a class="reposition" href="perms.php?pid='.$obj->id.'&action=remove">';
|
print '<a class="reposition" href="perms.php?pid='.$obj->id.'&action=remove&token='.newToken().'">';
|
||||||
//print img_edit_remove();
|
//print img_edit_remove();
|
||||||
print img_picto('', 'switch_on');
|
print img_picto('', 'switch_on');
|
||||||
print '</a>';
|
print '</a>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user