apostrophe
Version:
Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.
15 lines (11 loc) • 445 B
HTML
{% extends "slideshowEditor.html" %}
{% block modalClass %}
{{super()}} apos-buttons-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 %}