2018-08-02 19:31:17 +02:00
|
|
|
<div class='choice-row movable-profile-field-row'>
|
|
|
|
<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
|
|
|
|
2018-08-11 17:02:46 +02:00
|
|
|
<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>
|
|
|
|
</div>
|