openclassify/addons/default/visiosoft/default-theme/resources/views/scroll-modal.twig
2019-08-15 11:41:58 +03:00

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") }}