Revision fe445cb3
Von Tamino Steinert vor 26 Tagen hinzugefügt
locale/de/all | ||
---|---|---|
3066 | 3066 |
'Private E-mail' => 'Private E-Mail', |
3067 | 3067 |
'Private Phone' => 'Privates Tel.', |
3068 | 3068 |
'Problem' => 'Problem', |
3069 |
'Processed' => 'Verarbeitet', |
|
3069 | 3070 |
'Processed attachments with function \'#1\':' => 'Anhänge verarbeitet mit Funktion \'#1\':', |
3070 | 3071 |
'Processed successfully: ' => 'Erfolgreich verarbeitet: ', |
3071 | 3072 |
'Produce' => 'Fertigen', |
locale/en/all | ||
---|---|---|
3065 | 3065 |
'Private E-mail' => '', |
3066 | 3066 |
'Private Phone' => '', |
3067 | 3067 |
'Problem' => '', |
3068 |
'Processed' => '', |
|
3068 | 3069 |
'Processed attachments with function \'#1\':' => '', |
3069 | 3070 |
'Processed successfully: ' => '', |
3070 | 3071 |
'Produce' => '', |
templates/design40_webpages/email_journal/show.html | ||
---|---|---|
33 | 33 |
<th>[% 'Attachment name' | $T8 %]</th> |
34 | 34 |
<th>[% 'MIME type' | $T8 %]</th> |
35 | 35 |
<th>[% 'Size' | $T8 %]</th> |
36 |
<th>[% 'Processed' | $T8 %]</th> |
|
36 | 37 |
</tr> |
37 | 38 |
</thead> |
38 | 39 |
<tbody> |
... | ... | |
41 | 42 |
<td>[% L.link(SELF.url_for(action="download_attachment", id=attachment.id), attachment.name) %]</td> |
42 | 43 |
<td>[% HTML.escape(attachment.mime_type) %]</td> |
43 | 44 |
<td>[% HTML.escape(LxERP.format_amount(attachment.content.length, 0)) %]</td> |
45 |
<td>[% HTML.escape(attachment.processed_as_bool_yn) %]</td> |
|
44 | 46 |
</tr> |
45 | 47 |
[% END %] |
46 | 48 |
</tbody> |
templates/webpages/email_journal/show.html | ||
---|---|---|
23 | 23 |
<th>[% LxERP.t8("Attachment name") %]</th> |
24 | 24 |
<th>[% LxERP.t8("MIME type") %]</th> |
25 | 25 |
<th>[% LxERP.t8("Size") %]</th> |
26 |
<th>[% LxERP.t8("Processed") %]</th> |
|
26 | 27 |
</tr> |
27 | 28 |
</thead> |
28 | 29 |
|
... | ... | |
32 | 33 |
<td>[% L.link(SELF.url_for(action="download_attachment", id=attachment.id), attachment.name) %]</td> |
33 | 34 |
<td>[% HTML.escape(attachment.mime_type) %]</td> |
34 | 35 |
<td>[% HTML.escape(LxERP.format_amount(attachment.content.length, 0)) %]</td> |
36 |
<td>[% HTML.escape(attachment.processed_as_bool_yn) %]</td> |
|
35 | 37 |
</tr> |
36 | 38 |
[% END %] |
37 | 39 |
</tbody> |
Auch abrufbar als: Unified diff
EmailJournalAttachment: Verarbeitet-Status von Anhängen anzeigen