Revision 6e445d41
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/webpages/fu/add_edit.html | ||
---|---|---|
87 | 87 |
<td valign="top">[% HTML.escape(row.follow_up_date) %]</td> |
88 | 88 |
<td valign="top"><a href="fu.pl?action=edit&id=[% HTML.escape(row.id) %][% IF POPUP_MODE %]&POPUP_MODE=1[% END %]">[% HTML.escape(row.subject) %]</a></td> |
89 | 89 |
<td valign="top">[% HTML.escape(row.created_by_name) %]</td> |
90 |
<td valign="top">[% HTML.escape(row.created_for_user_name) %]</td> |
|
90 |
<td valign="top">[% HTML.escape(row.created_for_user_name) | html_line_break %]</td>
|
|
91 | 91 |
</tr> |
92 | 92 |
[%- END %] |
93 | 93 |
</table> |
... | ... | |
111 | 111 |
<td valign="top">[% HTML.escape(row.follow_up_date) %]</td> |
112 | 112 |
<td valign="top"><a href="fu.pl?action=edit&id=[% HTML.escape(row.id) %][% IF POPUP_MODE %]&POPUP_MODE=1[% END %]">[% HTML.escape(row.subject) %]</a></td> |
113 | 113 |
<td valign="top">[% HTML.escape(row.created_by_name) %]</td> |
114 |
<td valign="top">[% HTML.escape(row.created_for_user_name) %]</td> |
|
114 |
<td valign="top">[% HTML.escape(row.created_for_user_name) | html_line_break %]</td>
|
|
115 | 115 |
</tr> |
116 | 116 |
[%- END %] |
117 | 117 |
</table> |
Auch abrufbar als: Unified diff
Wiedervorlage für mehrere Benutzer: Anzeige im Popup-Fenster