X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffu%2Fadd_edit.html;h=3a6f126dbcfc2bc5a2abfb7b377b28a1fd48409f;hb=e64015cef8aff1dc5a1a433738472ff0d971ccd6;hp=979061dd9f9b679235151bb228b2697b1535caf2;hpb=ab3a31188049f846e335d9c91272a1a9ecb8b403;p=kivitendo-erp.git diff --git a/templates/webpages/fu/add_edit.html b/templates/webpages/fu/add_edit.html index 979061dd9..3a6f126db 100644 --- a/templates/webpages/fu/add_edit.html +++ b/templates/webpages/fu/add_edit.html @@ -60,7 +60,7 @@

- [%- IF FOLLOW_UPS.size %] + [%- IF FOLLOW_UPS_PENDING.size %]

[% 'Existing pending follow-ups for this item' | $T8 %]

@@ -73,7 +73,7 @@ [% 'Follow-up for' | $T8 %] - [%- FOREACH row = FOLLOW_UPS %] + [%- FOREACH row = FOLLOW_UPS_PENDING %] [% HTML.escape(row.follow_up_date) %] [% HTML.escape(row.subject) %] @@ -83,6 +83,31 @@ [%- END %] [%- END %] + + [%- IF FOLLOW_UPS_DONE.size %] +
+ +

[% 'Existing finished follow-ups for this item' | $T8 %]

+ + + + + + + + + + [%- FOREACH row = FOLLOW_UPS_DONE %] + + + + + + + [%- END %] +
[% 'Follow-Up Date' | $T8 %][% 'Subject' | $T8 %][% 'Created by' | $T8 %][% 'Follow-up for' | $T8 %]
[% HTML.escape(row.follow_up_date) %][% HTML.escape(row.subject) %][% HTML.escape(row.created_by_name) %][% HTML.escape(row.created_for_user_name) %]
+ [%- END %] + [%- END %] [%- FOREACH row = LINKS %]