13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
p=t 'table.edit.modal.body_header'
|
|
.form-row
|
|
.form-label=t 'attributes.table.number'
|
|
.form-field= input type="number" valueBinding="model.number"
|
|
.form-row
|
|
.form-label=t 'models.section'
|
|
.form-field
|
|
= view "select" content=sections selectionBinding="model.section" optionLabelPath="content.title" optionValuePath="content.id"
|
|
= model.section.title
|
|
hr
|
|
button.modal-close{action "close"}=t 'section.add_tables.modal.close_button'
|
|
button.modal-confirm.right{action "save"}=t 'section.add_tables.modal.add_button'
|