2018-04-12 11:17:52 +02:00
|
|
|
<div class='choice-row'>
|
|
|
|
<input type='text' data-toggle='tooltip' title='{{t "Text" }}' placeholder='{{t "Text" }}' value="{{ text }}" />
|
|
|
|
<input type='text' data-toggle='tooltip' title='{{t "Order" }}' placeholder='{{t "Order" }}' value="{{ order }}" />
|
|
|
|
{{#if add_delete_button }}
|
|
|
|
<button type='button' class="button rounded small btn-danger delete-choice" title="{{t 'Delete' }}">
|
2018-07-03 01:59:47 +02:00
|
|
|
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
2018-04-12 11:17:52 +02:00
|
|
|
</button>
|
|
|
|
{{/if}}
|
|
|
|
<button type='button' class="button rounded small sea-green add-choice" title="{{t 'Add' }}">
|
2018-07-03 01:59:47 +02:00
|
|
|
<i class="fa fa-plus" aria-hidden="true"></i>
|
2018-04-12 11:17:52 +02:00
|
|
|
</button>
|
|
|
|
</div>
|