2014-07-06 17:37:54 +02:00
|
|
|
<div class="box">
|
2015-11-16 14:28:00 +01:00
|
|
|
{{#fm-form action='submit'}}
|
|
|
|
{{fm-field
|
|
|
|
type='select'
|
|
|
|
value=pollType
|
|
|
|
content=pollTypes
|
|
|
|
optionValuePath='content.id'
|
|
|
|
optionLabelPath='content.label'
|
|
|
|
label=(t 'create.index.input.pollType.label')
|
|
|
|
errors=validations.attrs.pollType.messages
|
|
|
|
class='poll-type'
|
2014-10-18 21:07:21 +02:00
|
|
|
}}
|
2015-11-16 14:28:00 +01:00
|
|
|
{{#fm-submit
|
|
|
|
fieldWrapperClass='col-sm-10 col-sm-offset-2'
|
|
|
|
}}
|
|
|
|
{{t 'create.next'}}
|
|
|
|
{{/fm-submit}}
|
|
|
|
{{/fm-form}}
|
2015-04-02 20:28:35 +02:00
|
|
|
</div>
|