apostrophe
Version:
Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.
16 lines (12 loc) • 506 B
HTML
{% extends "slideshowEditor.html" %}
{% block modalClass %}
{# lots of good stuff comes from apos-slideshow-editor class#}
{{super()}} apos-marquee-editor apos-slideshow-editor apos-ui-modal-no-sidebar
{% endblock %}
{% block modalLabel %}
{{ __('Edit Button(s)') }}
{% endblock %}
{% block modalInstructions %}
<p> __('Choose image files (GIF, JPEG or PNG). Drag them into the order you prefer. <br />
You can also drag images from your computer into the dashed area below.') }}</p>
{% endblock %}