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:
Serreau Jovann
2026-04-08 20:10:11 +02:00
parent fe630317d3
commit 6370b8481f

View File

@@ -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>