2020-05-18 23:08:30 +02:00
|
|
|
<div class="input-group dropdown-list-widget" id="{{widget_name}}_widget">
|
|
|
|
<label for="{{widget_name}}" id="{{widget_name}}_label" class="inline-block">
|
2020-04-10 06:30:14 +02:00
|
|
|
{{ label }}
|
2020-05-18 23:08:30 +02:00
|
|
|
<span class="{{widget_name}}_setting dropup actual-dropdown-menu prop-element" id="id_{{widget_name}}"
|
|
|
|
name="{{widget_name}}" aria-labelledby="{{widget_name}}_label">
|
2020-04-10 06:30:14 +02:00
|
|
|
<button class="button small rounded dropdown-toggle" data-toggle="dropdown">
|
2020-05-18 23:08:30 +02:00
|
|
|
<span id="{{widget_name}}_name"></span>
|
2020-04-10 06:30:14 +02:00
|
|
|
<i class="fa fa-pencil"></i>
|
|
|
|
</button>
|
|
|
|
<ul class="dropdown-menu modal-bg" role="menu">
|
|
|
|
<li class="dropdown-search" role="presentation">
|
|
|
|
<input class="no-input-change-detection" type="text" role="menuitem" placeholder="{{list_placeholder}}" autofocus/>
|
|
|
|
</li>
|
2020-07-11 17:18:50 +02:00
|
|
|
<div class="dropdown-list-wrapper" data-simplebar>
|
|
|
|
<span class="dropdown-list-body"></span>
|
|
|
|
</div>
|
2020-04-10 06:30:14 +02:00
|
|
|
</ul>
|
|
|
|
</span>
|
|
|
|
</label>
|
2020-05-19 07:01:53 +02:00
|
|
|
<button class="button small dropdown_list_reset_button">
|
|
|
|
<a>{{reset_button_text}}</a>
|
|
|
|
</button>
|
2020-04-10 06:30:14 +02:00
|
|
|
</div>
|