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
|
2014-01-27 21:44:05 -05:00
|
|
|
form.form
|
|
|
|
.form-group
|
2014-01-19 11:00:41 -05:00
|
|
|
label(for="level-system-name", data-i18n="general.name").control-label Name
|
2014-01-27 21:44:05 -05:00
|
|
|
input.form-control#level-system-name(name="name", type="text")
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
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
|