mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
user admin UX
This commit is contained in:
parent
79531e01b3
commit
95bb440a65
9 changed files with 194 additions and 315 deletions
|
@ -1,3 +1,12 @@
|
|||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="view-customize">
|
||||
<h1 class="admin-heading">Users</h1>
|
||||
<h2 class="sub-heading">Set basic information, passwords and permissions for {{model.length}} users</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{customize/user-settings add=(action 'add')}}
|
||||
|
||||
{{customize/user-admin users=model onDelete=(action "onDelete") onSave=(action "onSave") onPassword=(action "onPassword")}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue