1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/templates/components/folder/settings-delete.hbs
Harvey Kandola 23abcf1585 i18n fixes
2022-03-17 16:42:15 -04:00

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")}}