From bdd14604d56ca4ff883bc827cbde3b3cb9c29c60 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Fri, 18 Jul 2025 17:57:02 +0100 Subject: [PATCH] accounts: double click "select all" to load and select -all- Clicking once will select all visible records, and show as indeterminate. Clicking again will load all records, and select them all once done. --- config/config-base.yaml | 2 +- html/admin.html | 5 +- lang/admin/en-us.json | 2 + ts/modules/accounts.ts | 135 +++++++++++++++++++++++++++++++--------- ts/modules/activity.ts | 8 ++- ts/modules/list.ts | 51 +++++++++------ ts/modules/search.ts | 6 +- 7 files changed, 150 insertions(+), 59 deletions(-) diff --git a/config/config-base.yaml b/config/config-base.yaml index f25ac58..7587a24 100644 --- a/config/config-base.yaml +++ b/config/config-base.yaml @@ -1469,7 +1469,7 @@ sections: description: When set, user accounts will be deleted this many days after expiring (if "Behaviour" is "Disable user"). Set to 0 to disable. - setting: send_email - name: Send email + name: Send message type: bool value: true depends_true: messages|enabled diff --git a/html/admin.html b/html/admin.html index eb56251..2c2c3af 100644 --- a/html/admin.html +++ b/html/admin.html @@ -751,6 +751,7 @@
{{ .strings.actions }}
+ {{ .quantityStrings.addUser.Singular }}
- + - +