1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/gui/app/templates/components/folder/settings-delete.hbs

20 lines
589 B
Handlebars
Raw Normal View History

{{layout/logo-heading
2022-03-17 16:42:15 -04:00
title=(localize 'space_delete')
2022-03-08 12:50:34 -05:00
desc=(localize 'no_undo')
icon=constants.Icon.Delete}}
<form>
<div class="form-group">
2022-03-08 12:50:34 -05:00
<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
2022-03-01 22:40:51 -05:00
label=(localize 'delete')
light=true
onClick=(action "onDelete")}}