svg
This commit is contained in:
12
templates/Crop/crop03.html.twig
Normal file
12
templates/Crop/crop03.html.twig
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block localjavascript %}
|
||||
{% if reportinput == "refresh" %}
|
||||
window.parent.location.href = window.parent.location.href;
|
||||
{% elseif reportinput != "none" %}
|
||||
window.parent.$("#{{ reportinput }}").val("thumb_{{ file }}");
|
||||
window.parent.$("#{{ reportinput }}_img").attr("src","/{{ appAlias }}/uploads/{{ type }}/thumb_{{ file }}");
|
||||
{% endif %}
|
||||
|
||||
window.parent.$("#extraLargeModal").modal('hide');
|
||||
{% endblock %}
|
Reference in New Issue
Block a user