fix group action for my users #7573

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Jan 22, 2026 at 21:10 UTC 5351eca466f7258f11a8f93d39d782f160c71d55
1 file changed +3 -1
views/default3.handlebars
+3 -1
@@ -17225,8 +17225,10 @@
17225 // Delete accounts, ask for confirmation
17226 var x = "Confirm delete selected account(s)?" + '<br /><br />';
17227 x += '<label><input id=d3check type=checkbox class="form-check-input me-2" onchange=p3usersGroupActionFunctionDelCheck() />' + "Confirm" + '</label>';
17228 - //setDialogMode(2, "Delete Accounts", 3, p3groupActionFunctionDelExec, x);
17228 + setModalContent('xxAddAgent', "Delete Accounts", x);
17229 + showModal('xxAddAgentModal', 'idx_dlgOkButton', p3groupActionFunctionDelExec);
17230 QE('idx_dlgOkButton', false);
17231 + return false;
17232 } else if (op == 4) {
17233 // Validate emails
17234 for (var i in userids) {