Revision faf29c58
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/webpages/fu/report_for_todo_list.html | ||
---|---|---|
14 | 14 |
<td class="listheading">[% 'Subject' | $T8 %]</td> |
15 | 15 |
<td class="listheading">[% 'Reference' | $T8 %]</td> |
16 | 16 |
<td class="listheading">[% 'Created by' | $T8 %]</td> |
17 |
<td class="listheading">[% 'Follow-up for' | $T8 %]</td> |
|
17 | 18 |
</tr> |
18 | 19 |
|
19 | 20 |
[%- FOREACH row = FOLLOW_UPS %] |
... | ... | |
27 | 28 |
<td><a href="[% edit_url | html %][% HTML.escape(row.id) %]">[% HTML.escape(row.subject) %]</a></td> |
28 | 29 |
<td>[% IF row.reference_link %]<a href="[% row.reference_link | html %]">[% END %][% HTML.escape(row.reference) %][% IF row.reference_link %]</a>[% END %]</td> |
29 | 30 |
<td>[% HTML.escape(row.created_by_name) %]</td> |
31 |
<td>[% HTML.escape(row.created_for_user_name) | html_line_break %]</td> |
|
30 | 32 |
</tr> |
31 | 33 |
[%- END %] |
32 | 34 |
</table> |
Auch abrufbar als: Unified diff
Todo-Liste: Anzeigen, für wen eine Wiedervorlage erstellt wurde.