mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
11 lines
475 B
Twig
11 lines
475 B
Twig
<div id="swipeTableModal" class="modal fade" role="dialog">
|
|
<div class="modal-dialog">
|
|
<div class="modal-body" onclick="$('#swipeTableModal').modal('hide');">
|
|
<img src="{{ img('theme::images/scroll-screen.gif').url }}">
|
|
<p>{{ trans('theme::fields.scroll-screen-for-details') }}</p>
|
|
<button>{{ trans('theme::fields.close') }}</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ asset_add("scripts.js", "theme::js/scroll-screen.js") }}
|