{% extends "baseModal.html" %} {% include "uiMacros.html" %} {% include "formMacros.html" %} {% block modalClass %} apos-file-annotator apos-ui-modal-no-sidebar {% endblock %} {% block modalLabel %} {{ __('Edit Image Details') }} {% endblock %} {% block modalInstructions %}

{{ __('You have uploaded these files. Please take the time to title and tag them so that you can search for them at a later date.') }}

{% endblock %} {% block modalControls %} {{ renderProgressBtn({dataAttrs: 'data-save', float: 'right', color: 'base', label: 'Save Changes'}) }} {{ renderProgressBtn({dataAttrs: 'data-cancel', float: 'left', label: 'Cancel', arrow: 'left'}) }} {% endblock %} {% block modalBody %}
{{ __('Filename or image') }}
{{ formText('title', 'Title') }} {{ formTextarea('description', 'Description') }}
{{ formText('credit', 'Credit') }} {{ formTags('tags', 'Tags') }} {{ formBoolean('private', 'Private') }}

{{ __('A "private" file can only be added to a page by you, or by an admin. This does not prevent the public from seeing the file once it is on a page.') }}

{% endblock %}