Revision f2b69169
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
templates/webpages/letter/load_drafts.html | ||
---|---|---|
20 | 20 |
[% FOREACH row = LETTER_DRAFTS %] |
21 | 21 |
<tr class="listrow[% loop.count % 2 %]"> |
22 | 22 |
<td><input type="checkbox" name="checked_[% row.id %]" value="1"></td> |
23 |
<td>[% row.date | html %]</td> |
|
23 |
<td>[% row.date.to_kivitendo | html %]</td>
|
|
24 | 24 |
<td><a href="[% SELF.url_for(action='edit', 'draft.id'=row.id) %]">[% row.subject | html %]</a></td> |
25 |
<td>[% row.customer | html %]</td> |
|
25 |
<td>[% row.customer.displayable_name | html %]</td>
|
|
26 | 26 |
</tr> |
27 | 27 |
[% END %] |
28 | 28 |
</table> |
Auch abrufbar als: Unified diff
Brieffunktion: Werte in Entwurfsliste richtig formatieren