mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch '3.8'
Conflicts: composer.lock lib/Alchemy/Phrasea/Application.php lib/classes/Feed/Entry/Item.php tests/classes/Feed/Entry/Feed_Entry_ItemTest.php
This commit is contained in:
@@ -246,7 +246,6 @@
|
||||
<button type="button" class="close_button btn btn-inverse">{% trans 'boutton::annuler'%}</button>
|
||||
</div>
|
||||
</form>
|
||||
<iframe style="display:none;" name="sendmail_target"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -798,8 +797,13 @@
|
||||
if (!check_TOU($('#sendmail'))) {
|
||||
return false;
|
||||
}
|
||||
dialog.Close();
|
||||
|
||||
if ($('iframe[name=""]').length === 0) {
|
||||
$('body').append('<iframe style="display:none;" name="sendmail_target"></iframe>');
|
||||
}
|
||||
|
||||
$('#sendmail form').submit();
|
||||
dialog.Close();
|
||||
});
|
||||
|
||||
$('.datepicker', dialog.getDomElement()).datepicker({
|
||||
|
Reference in New Issue
Block a user