Add search form to the top of the user list view

This commit is contained in:
Tom Hughes 2025-02-15 14:21:35 +00:00
parent 30fe6c5b86
commit 4ea868ace7
4 changed files with 82 additions and 51 deletions

View file

@ -2882,13 +2882,22 @@ en:
show:
title: Users
heading: Users
empty: No matching users found
select_status: Select Status
states:
pending: Pending
active: Active
confirmed: Confirmed
suspended: Suspended
deleted: Deleted
ip_address: IP Address
search: Search
page:
found_users:
one: "%{count} user found"
other: "%{count} users found"
confirm: Confirm Selected Users
hide: Hide Selected Users
empty: No matching users found
user:
summary_html: "%{name} created from %{ip_address} on %{date}"
summary_no_ip_html: "%{name} created on %{date}"