Fixed Media's Modal error notifier not being closable.

This commit is contained in:
Djamil Legato
2016-02-01 16:36:49 -08:00
parent 03011899c9
commit d1dd065876

View File

@@ -281,7 +281,7 @@
<h1>{{ "PLUGIN_ADMIN.ERROR"|tu }}</h1>
<div class="error-content"></div>
<div class="button-bar">
<a class="button remodal-confirm" href="#">{{ "PLUGIN_ADMIN.CLOSE"|tu }}</a>
<a class="button remodal-cancel" data-remodal-action="cancel" href="#">{{ "PLUGIN_ADMIN.CLOSE"|tu }}</a>
</div>
</form>
</div>