18 lines
693 B
Plaintext
18 lines
693 B
Plaintext
p=t 'table.modal.body_header'
|
|
.form-row.number
|
|
.form-label=t 'attributes.table.number'
|
|
.form-field= number-field numericValue=model.number
|
|
.form-row.section
|
|
.form-label=t 'models.section'
|
|
.form-field= my-select content=sections selection=model.section optionLabelPath="title" optionValuePath="id"
|
|
.form-row.width
|
|
.form-label=t 'attributes.table.width'
|
|
.form-field= number-field numericValue=model.width
|
|
.form-row.height
|
|
.form-label=t 'attributes.table.height'
|
|
.form-field= number-field numericValue=model.height
|
|
hr
|
|
button.modal-close{action "close"}=t 'table.modal.close_button'
|
|
button.modal-confirm.right{action "save"}=t 'table.modal.save_button'
|
|
= qr-codes-link table=model
|