obscreen/views/slideshow/contents/modal/explr-picker.jinja.html
2024-07-16 01:54:31 +02:00

15 lines
460 B
HTML

<div class="modal modal-explr-picker modal-content-explr-picker modal-content">
<h2>
{{ l.common_pick_element }}
</h2>
{% with use_href=False %}
{% include 'slideshow/contents/component/explr-sidebar.jinja.html' %}
{% endwith %}
<div class="actions">
<button type="button" class="btn btn-naked picker-close">
<i class="fa fa-close icon-left"></i>{{ l.common_close }}
</button>
</div>
</div>