fix: email echeancier - un seul bouton "Voir la proposition" (pas de lien signer)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,20 +27,10 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% if processUrl is defined and processUrl %}
|
{% if processUrl is defined and processUrl %}
|
||||||
<table cellpadding="0" cellspacing="0" style="margin: 16px auto;">
|
<table cellpadding="0" cellspacing="0" style="margin: 24px auto;">
|
||||||
<tr>
|
|
||||||
<td style="background-color: #111827; padding: 12px 28px;">
|
|
||||||
<a href="{{ processUrl }}" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; text-decoration: none;">Voir les details</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if signUrl %}
|
|
||||||
<table cellpadding="0" cellspacing="0" style="margin: 16px auto;">
|
|
||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: #fabf04; padding: 14px 32px;">
|
<td style="background-color: #fabf04; padding: 14px 32px;">
|
||||||
<a href="{{ signUrl }}" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #111827; text-decoration: none;">Signer l'echeancier</a>
|
<a href="{{ processUrl }}" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #111827; text-decoration: none;">Voir la proposition</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user