+ <tr>
+ <td align="right">[% LxERP.t8('Email journal') %]</td>
+ <td>
+ [% L.select_tag('defaults.email_journal', [ [ 0, LxERP.t8('No Journal') ],[ 1, LxERP.t8('Without Attachments') ],[ 2, LxERP.t8('With Attachments') ] ], default=SELF.defaults.email_journal) %]
+ </td>
+ <td>[% 'Sent emails can be optionally stored in the database with or without their attachments.' | $T8 %]</td>
+ </tr>
+