fix users group action model in modern ui
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jun 6, 2026 at 18:01 UTC
7068c689aa7e11a78fb37ec9541a4f49372498b3
1 file changed
+3
-1
views/default3.handlebars
+3
-1
@@ -18582,8 +18582,10 @@
18582
// Delete accounts, ask for confirmation
18583
var x = "Confirm delete selected account(s)?" + '<br /><br />';
18584
x += '<label><input id=d3check type=checkbox class="form-check-input me-2" onchange=p3usersGroupActionFunctionDelCheck() />' + "Confirm" + '</label>';
18585
- //setDialogMode(2, "Delete Accounts", 3, p3groupActionFunctionDelExec, x);
18585
+ setModalContent('xxAddAgent', "Delete Accounts", x);
18586
+ showModal('xxAddAgentModal', 'idx_dlgOkButton', p3groupActionFunctionDelExec);
18587
QE('idx_dlgOkButton', false);
18588
+ return false;
18589
} else if (op == 4) {
18590
// Validate emails
18591
for (var i in userids) {