X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/fu/add_edit.html diff --git a/templates/webpages/fu/add_edit.html b/templates/webpages/fu/add_edit.html index 3db4c4b59..3a6f126db 100644 --- a/templates/webpages/fu/add_edit.html +++ b/templates/webpages/fu/add_edit.html @@ -18,8 +18,7 @@ -
-
| [% 'Follow-Up for user' | $T8 %] | @@ -48,8 +47,7 @@ | [% 'Body' | $T8 %] |
@@ -62,13 +60,12 @@
- [%- IF FOLLOW_UPS.size %] + [%- IF FOLLOW_UPS_PENDING.size %]-
| [% 'Follow-Up Date' | $T8 %] | [% 'Subject' | $T8 %] | @@ -76,7 +73,7 @@[% 'Follow-up for' | $T8 %] |
|---|---|---|
| [% HTML.escape(row.follow_up_date) %] | [% HTML.escape(row.subject) %] | @@ -84,11 +81,35 @@[% HTML.escape(row.created_for_user_name) %] |
| [% '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) %] | +