mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3164
This commit is contained in:
@@ -179,6 +179,7 @@
|
|||||||
{{ 'export::mail: destinataire' | trans }}
|
{{ 'export::mail: destinataire' | trans }}
|
||||||
<input type="text" value="" name="destmail" class="required span4">
|
<input type="text" value="" name="destmail" class="required span4">
|
||||||
{% set my_email = app.getAuthenticatedUser().getEmail() %}
|
{% set my_email = app.getAuthenticatedUser().getEmail() %}
|
||||||
|
<div class="acceptDl-info">
|
||||||
{% if my_email != '' %}
|
{% if my_email != '' %}
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" name="reading_confirm" value="1" />
|
<input type="checkbox" name="reading_confirm" value="1" />
|
||||||
@@ -192,6 +193,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<span style="font-style: italic; color: #999999;">{{ 'Entrez plusieurs adresses email en les separant par des points-virgules' | trans }}</span>
|
<span style="font-style: italic; color: #999999;">{{ 'Entrez plusieurs adresses email en les separant par des points-virgules' | trans }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>{{ 'export::mail: contenu du mail' | trans }}</p>
|
<p>{{ 'export::mail: contenu du mail' | trans }}</p>
|
||||||
<textarea rows="6" style="width:90%; white-space:pre;resize:none;" name="textmail" id="sendmail_message"></textarea>
|
<textarea rows="6" style="width:90%; white-space:pre;resize:none;" name="textmail" id="sendmail_message"></textarea>
|
||||||
@@ -234,7 +236,7 @@
|
|||||||
{{ _self.choose_title('sendmail', choose_export_title, default_export_title) }}
|
{{ _self.choose_title('sendmail', choose_export_title, default_export_title) }}
|
||||||
|
|
||||||
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
|
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
|
||||||
<div class="well-small">
|
<div class="well-small acceptDl-info">
|
||||||
<label for="TOU_acceptMail" class="checkbox">
|
<label for="TOU_acceptMail" class="checkbox">
|
||||||
<input type="checkbox" name="TOU_accept" id="TOU_acceptMail" value="1" />
|
<input type="checkbox" name="TOU_accept" id="TOU_acceptMail" value="1" />
|
||||||
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}
|
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}
|
||||||
@@ -387,7 +389,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
|
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
|
||||||
<div class="well-small">
|
<div class="well-small acceptDl-info">
|
||||||
<label for="TOU_acceptOrder" class="checkbox">
|
<label for="TOU_acceptOrder" class="checkbox">
|
||||||
<input type="checkbox" name="TOU_accept" id="TOU_acceptOrder" value="1" />
|
<input type="checkbox" name="TOU_accept" id="TOU_acceptOrder" value="1" />
|
||||||
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}
|
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}
|
||||||
@@ -468,7 +470,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
|
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
|
||||||
<div class="well-small">
|
<div class="well-small acceptDl-info">
|
||||||
<label for="TOU_acceptFTP" class="checkbox">
|
<label for="TOU_acceptFTP" class="checkbox">
|
||||||
<input type="checkbox" name="TOU_accept" id="TOU_acceptFTP" value="1" />
|
<input type="checkbox" name="TOU_accept" id="TOU_acceptFTP" value="1" />
|
||||||
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}
|
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}
|
||||||
|
Reference in New Issue
Block a user