2022-06-20 16:55:05 +02:00
|
|
|
<div class='choice-row movable-profile-field-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>
|
2021-04-08 02:38:38 +02:00
|
|
|
<input type='text' 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>
|