Add search form to the top of the user list view
This commit is contained in:
parent
30fe6c5b86
commit
4ea868ace7
4 changed files with 82 additions and 51 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue