2014-01-03 13:32:13 -05:00
|
|
|
extends /templates/modal/modal_base
|
|
|
|
|
2014-01-10 16:31:26 -05:00
|
|
|
block modal-header-content
|
|
|
|
h3(data-i18n="editor.new_component_title") Create New Component
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
block modal-body-content
|
|
|
|
form.form-horizontal
|
|
|
|
.control-group
|
2014-01-11 11:25:04 -05:00
|
|
|
label(data-i18n="editor.new_component_field_system").control-label(for="level-component-system") System
|
2014-01-03 13:32:13 -05:00
|
|
|
.controls
|
|
|
|
input#level-component-system.input-large(name="system", type="text")
|
|
|
|
.control-group
|
2014-01-11 11:25:04 -05:00
|
|
|
label(data-i18n="editor.new_component_field_name").control-label(for="level-component-name") Name
|
2014-01-03 13:32:13 -05:00
|
|
|
.controls
|
|
|
|
input#level-component-name.input-large(name="name", type="text")
|
|
|
|
|
|
|
|
block modal-footer-content
|
2014-01-11 11:25:04 -05:00
|
|
|
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
|