Skip to content

Commit

Permalink
Inline alignment to improve compatibility with various email clients
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Nov 29, 2023
1 parent 7f781a1 commit 0c3f130
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
<caption i18n:translate="send_mail_text_table">Form submission data for ${title}</caption>
<thead>
<tr role="row">
<th scope="col"
<th align="left"
scope="col"
role="columnheader">Field</th>
<th scope="col"
<th align="left"
scope="col"
role="columnheader">Value</th>
</tr>
</thead>
Expand All @@ -23,9 +25,10 @@
<tr role="row"
tal:define="value field/value|nothing;
label field/label|nothing">
<th scope="row"
<th align="left"
scope="row"
role="rowheader">${label}</th>
<td>${value}</td>
<td align="left">${value}</td>
</tr>
</tal:field>
</tbody>
Expand Down

0 comments on commit 0c3f130

Please sign in to comment.