2023-08-10 04:57:23 +02:00
|
|
|
<div class='choice-row movable-row' data-value="{{value}}">
|
2018-08-02 19:31:17 +02:00
|
|
|
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
|
2023-06-20 08:39:31 +02:00
|
|
|
<input type='text' class="modal_text_input" placeholder='{{t "New option" }}' value="{{ text }}" />
|
2018-08-02 19:31:17 +02:00
|
|
|
|
2022-06-13 14:39:59 +02:00
|
|
|
<button type='button' class="button rounded small 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>
|
|
|
|
</div>
|