details: https://code.tryton.org/tryton/commit/d50ea5e58ae0
branch: 6.0
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 9e42db1c2da9 -r d50ea5e58ae0
modules/marketing_email/email_subscribe.html
--- a/modules/marketing_email/email_subscribe.html Wed Feb 04 15:26:34
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 9e42db1c2da9 -r d50ea5e58ae0
modules/marketing_email/email_unsubscribe.html
--- a/modules/marketing_email/email_unsubscribe.html Wed Feb 04 15:26:34
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;">