Commit acb8fa2 1 parent f4f17a1 commit acb8fa2 Copy full SHA for acb8fa2
File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 54
54
return true ;
55
55
},
56
56
],
57
- 'skip_full_reload ' => true
57
+ 'skip_full_reload ' => true ,
58
+ 'confirm ' => [
59
+ 'enable ' => [
60
+ 'titleHtml ' => __ ('Confirm disabling the user? ' ),
61
+ 'type ' => 'confirm-warning ' ,
62
+ 'bodyHtml ' => __ ('You \'re about to change the state of the user {{0}}. ' ),
63
+ 'confirmText ' => __ ('Disable user ' ),
64
+ 'arguments ' => [
65
+ 'bodyHtml ' => ['individual.email ' ],
66
+ ]
67
+ ],
68
+ 'disable ' => [
69
+ 'titleHtml ' => __ ('Confirm enabling the user? ' ),
70
+ 'type ' => 'confirm-success ' ,
71
+ 'bodyHtml ' => __ ('You \'re about to change the state of the user {{0}}. ' ),
72
+ 'confirmText ' => __ ('Enable user ' ),
73
+ 'arguments ' => [
74
+ 'bodyHtml ' => ['individual.email ' ],
75
+ ]
76
+ ]
77
+ ]
58
78
]
59
79
],
60
80
[
168
188
]
169
189
]
170
190
]);
171
- echo '</div> ' ;
172
191
?>
You can’t perform that action at this time.
0 commit comments