1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

global space admin re-worked

This commit is contained in:
Harvey Kandola 2017-10-03 09:50:38 -04:00
parent ba5988dca3
commit 620fe28b27
5 changed files with 95 additions and 15 deletions

View file

@ -86,7 +86,7 @@
{{#if permissions.spaceOwner}}
{{#dropdown-dialog target="space-delete-button" position="bottom right" button="Delete" color="flat-red" onAction=(action 'deleteSpace')}}
<p>Are you sure you want this space and all associated documents?</p>
<p>Are you sure you want to delete this space and all associated documents?</p>
<div class="input-control">
<div class="tip">Please type the space name to confirm</div>
{{input type='text' id="delete-space-name" value=deleteSpaceName}}