codecombat/app/templates/editor/level/component/new.jade

19 lines
832 B
Text

extends /templates/modal/modal_base
block modal-header-content
h3(data-i18n="editor.new_component_title") Create New Component
block modal-body-content
form.form-horizontal
.control-group
label(data-i18n="editor.new_component_field_system").control-label(for="level-component-system") System
.controls
input#level-component-system.input-large(name="system", type="text")
.control-group
label(data-i18n="editor.new_component_field_name").control-label(for="level-component-name") Name
.controls
input#level-component-name.input-large(name="name", type="text")
block modal-footer-content
button(data-i18n="editor.new_component_btn_cancel").btn(data-dismiss="modal") Cancel
button(data-i18n="editor.new_component_btn_create").btn.btn-primary#new-level-component-submit Create