mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
10320-Confirm delete user
This commit is contained in:
parent
871a8f15c5
commit
a3ed2b1f6b
@ -980,6 +980,7 @@ foreach ($info as $user_id => $user_info) {
|
|||||||
),
|
),
|
||||||
'image' => 'images/delete.svg',
|
'image' => 'images/delete.svg',
|
||||||
'title' => __('Delete'),
|
'title' => __('Delete'),
|
||||||
|
'onClick' => 'if (!confirm(\''.__('Are you sure?').'\')) return false;',
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user