mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
19 lines
589 B
Handlebars
19 lines
589 B
Handlebars
{{layout/logo-heading
|
|
title=(localize 'space_delete')
|
|
desc=(localize 'no_undo')
|
|
icon=constants.Icon.Delete}}
|
|
|
|
<form>
|
|
<div class="form-group">
|
|
<label>{{localize 'space_delete_prompt'}}</label>
|
|
{{focus-input id="delete-space-name" type="text" value=deleteSpaceName class="form-control mousetrap" placeholder=(localize 'name') autocomplete="off"}}
|
|
<small class="form-text text-muted">{{localize 'space_delete_warn'}}</small>
|
|
</div>
|
|
</form>
|
|
|
|
{{ui/ui-button
|
|
color=constants.Color.Red
|
|
icon=constants.Icon.Delete
|
|
label=(localize 'delete')
|
|
light=true
|
|
onClick=(action "onDelete")}}
|