mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Move space deletion & archived docs into Space settings
This commit is contained in:
parent
b37f9d601f
commit
7e959b448c
17 changed files with 98 additions and 169 deletions
11
gui/app/templates/components/folder/settings-delete.hbs
Normal file
11
gui/app/templates/components/folder/settings-delete.hbs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="content-zone">
|
||||
<div class="explainer-header explainer-gap">Delete this space and all documents</div>
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label>Please type space name to confirm</label>
|
||||
{{focus-input id="delete-space-name" type="text" value=deleteSpaceName class="form-control mousetrap" placeholder="Space name" autocomplete="off"}}
|
||||
<small class="form-text text-muted">This will delete all documents and templates within this space!</small>
|
||||
</div>
|
||||
</form>
|
||||
<button type="button" class="btn btn-danger mt-3" onclick={{action 'onDelete'}}>Delete Space</button>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue