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.create_system_title") Create New System
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
block modal-body-content
|
|
|
|
form.form-horizontal
|
|
|
|
.control-group
|
2014-01-19 11:00:41 -05:00
|
|
|
label(for="level-system-name", data-i18n="general.name").control-label Name
|
2014-01-03 13:32:13 -05:00
|
|
|
.controls
|
|
|
|
input#level-system-name.input-large(name="name", type="text")
|
|
|
|
|
|
|
|
block modal-footer-content
|
2014-01-19 11:00:41 -05:00
|
|
|
button(data-dismiss="modal", data-i18n="common.cancel").btn Cancel
|
|
|
|
button(data-i18n="common.create").btn.btn-primary#new-level-system-submit Create
|