reorder place page
This commit is contained in:
parent
b4bae1bfc8
commit
0fe58a80f7
|
|
@ -65,6 +65,38 @@
|
|||
This place is in lockdown - every reader here is disabled until it's lifted.
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Readers</h3>
|
||||
<form id="add-reader-form" class="inline-form card-header-form">
|
||||
<div class="field-group">
|
||||
<input type="text" id="reader-name" placeholder="Reader name" required>
|
||||
</div>
|
||||
<button type="submit" class="primary">Add reader</button>
|
||||
</form>
|
||||
</div>
|
||||
<div id="readers-empty" class="empty-state hidden">No readers yet for this place.</div>
|
||||
<div class="readers-grid" id="readers-grid"></div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Add access group</h3>
|
||||
<p style="margin-top:-8px;color:var(--muted);font-size:13px;">Access groups (e.g. "Staff") bundle multiple users/cards/rank rules so they can be assigned to multiple readers at once.</p>
|
||||
<form id="add-access-group-form" class="inline-form">
|
||||
<div class="field-group">
|
||||
<label for="access-group-name">Name</label>
|
||||
<input type="text" id="access-group-name" required>
|
||||
</div>
|
||||
<button type="submit" class="primary">Add group</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Access groups</h3>
|
||||
<div id="access-groups-empty" class="empty-state hidden">No access groups yet for this place.</div>
|
||||
<ul class="acl-list" id="access-groups-list"></ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Name</h3>
|
||||
<form id="set-place-name-form" class="inline-form">
|
||||
|
|
@ -135,38 +167,6 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Readers</h3>
|
||||
<form id="add-reader-form" class="inline-form card-header-form">
|
||||
<div class="field-group">
|
||||
<input type="text" id="reader-name" placeholder="Reader name" required>
|
||||
</div>
|
||||
<button type="submit" class="primary">Add reader</button>
|
||||
</form>
|
||||
</div>
|
||||
<div id="readers-empty" class="empty-state hidden">No readers yet for this place.</div>
|
||||
<div class="readers-grid" id="readers-grid"></div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Add access group</h3>
|
||||
<p style="margin-top:-8px;color:var(--muted);font-size:13px;">Access groups (e.g. "Staff") bundle multiple users/cards/rank rules so they can be assigned to multiple readers at once.</p>
|
||||
<form id="add-access-group-form" class="inline-form">
|
||||
<div class="field-group">
|
||||
<label for="access-group-name">Name</label>
|
||||
<input type="text" id="access-group-name" required>
|
||||
</div>
|
||||
<button type="submit" class="primary">Add group</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Access groups</h3>
|
||||
<div id="access-groups-empty" class="empty-state hidden">No access groups yet for this place.</div>
|
||||
<ul class="acl-list" id="access-groups-list"></ul>
|
||||
</div>
|
||||
|
||||
<div class="card" id="move-org-card">
|
||||
<h3>Move to another organization</h3>
|
||||
<p style="margin-top:-8px;color:var(--muted);font-size:13px;">Move this place to a different organization you have Edit access in. Everyone in the current organization will lose access to it.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue