551fdfe7cfc812e48bf13f58708b67aa502ad0b8
templates/email/base.html.twig: - Remplacement de la structure div par une structure table-based (role=presentation) pour compatibilite Outlook/Orange/SFR/Yahoo - Suppression de rgba(), linear-gradient(), border-radius, box-shadow (non supportes par Outlook Windows 2007-2019) - Ajout du doctype XHTML 1.0 Transitional pour Outlook - Ajout du bloc conditionnel <!--[if mso]> pour forcer Arial sur Outlook - Remplacement de margin: 0 par margin-top/right/bottom/left: 0 (margin shorthand non supporte par Orange, SFR, certains Outlook) - Remplacement de padding shorthand par padding-top/right/bottom/left dans le body et les cellules principales - Ajout de -webkit-text-size-adjust et -ms-text-size-adjust sur body - Logo: ajout de width et height auto explicites + border: 0 - Fond semi-transparent rgba(255,255,255,0.92) remplace par #ffffff opaque - Gradient gold remplace par background-color: #fabf04 fixe - Couleur footer rgba(255,255,255,0.7) remplacee par #b0b0b0 fixe - Entite • remplacee par • pour compatibilite XHTML templates/emails/*.html.twig (9 fichiers): - Remplacement de toutes les proprietes margin shorthand par les proprietes longhand margin-top/margin-right/margin-bottom/margin-left dans 2fa_code, forgot_password_code, membre_created, password_changed, revendeur_created, rgpd_access, rgpd_attestation_signed, rgpd_deletion, rgpd_no_data Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
PHP
66.2%
Twig
28.7%
JavaScript
4%
Jinja
0.5%
Makefile
0.3%
Other
0.2%