X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/fu/add_edit.html diff --git a/templates/webpages/fu/add_edit.html b/templates/webpages/fu/add_edit.html index 4beb3d63d..3a6f126db 100644 --- a/templates/webpages/fu/add_edit.html +++ b/templates/webpages/fu/add_edit.html @@ -1,30 +1,24 @@ [%- USE T8 %] [%- USE L %] -[% USE HTML %] +[%- USE HTML %] +

[% title %]

-
+ [%- IF SAVED_MESSAGE %]

[% SAVED_MESSAGE %]

[%- END %] -
[% title %]
- -

- +
-
[% 'Follow-Up for user' | $T8 %] @@ -53,9 +47,9 @@ [% 'Body' | $T8 %]
-

+ + [%- IF POPUP_MODE %]

@@ -63,19 +57,15 @@ [%- END %] - [%- IF POPUP_MODE %] - [%- END %]

- [%- IF POPUP_MODE %] - [%- IF FOLLOW_UPS.size %] + [%- IF FOLLOW_UPS_PENDING.size %]
-
[% 'Existing pending follow-ups for this item' | $T8 %]
+

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

-

- +
@@ -83,7 +73,7 @@ - [%- FOREACH row = FOLLOW_UPS %] + [%- FOREACH row = FOLLOW_UPS_PENDING %] @@ -91,11 +81,35 @@ [%- END %] -
[% 'Follow-Up Date' | $T8 %] [% 'Subject' | $T8 %][% 'Follow-up for' | $T8 %]
[% HTML.escape(row.follow_up_date) %] [% HTML.escape(row.subject) %][% HTML.escape(row.created_for_user_name) %]
-

+ [%- 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 %] @@ -104,6 +118,3 @@
- - -