details:   https://code.tryton.org/tryton/commit/d00d22542d74
branch:    7.8
user:      José Antonio Díaz Miralles <[email protected]>
date:      Wed Feb 18 11:28:35 2026 +0100
description:
        Fix css style format for button of marketing email

        Closes #14451
        (grafted from 817136daa763a8da01a8a8f80c5113c86564000d)
diffstat:

 modules/marketing_email/email_subscribe.html   |  2 +-
 modules/marketing_email/email_unsubscribe.html |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r b2f6504737eb -r d00d22542d74 
modules/marketing_email/email_subscribe.html
--- a/modules/marketing_email/email_subscribe.html      Wed Feb 04 10:03:48 
2026 +0100
+++ b/modules/marketing_email/email_subscribe.html      Wed Feb 18 11:28:35 
2026 +0100
@@ -21,7 +21,7 @@
                     <input type="hidden" name="${name}" value="${value}"/>
                     </py:for>
                     <button type="submit"
-                            style="cursor: pointer
+                            style="cursor: pointer;
                             padding: 0.5em 1em; font-size: 2em;
                             border: 1px solid #2E6DA4; border-radius: 4px;
                             color: #FFF; background-color: #337AB7;">
diff -r b2f6504737eb -r d00d22542d74 
modules/marketing_email/email_unsubscribe.html
--- a/modules/marketing_email/email_unsubscribe.html    Wed Feb 04 10:03:48 
2026 +0100
+++ b/modules/marketing_email/email_unsubscribe.html    Wed Feb 18 11:28:35 
2026 +0100
@@ -21,7 +21,7 @@
                     <input type="hidden" name="${name}" value="${value}"/>
                     </py:for>
                     <button type="submit"
-                            style="cursor: pointer
+                            style="cursor: pointer;
                             padding: 0.5em 1em; font-size: 2em;
                             border: 1px solid #2E6DA4; border-radius: 4px;
                             color: #FFF; background-color: #337AB7;">

Reply via email to