mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 02:48:10 +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',
|
||||
'title' => __('Delete'),
|
||||
'onClick' => 'if (!confirm(\''.__('Are you sure?').'\')) return false;',
|
||||
],
|
||||
true
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user