X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b90ff6b18df92c98b1b875d14835d1fdf9ff339a..HEAD:/templates/webpages/order/tabs/phone_notes.html diff --git a/templates/webpages/order/tabs/phone_notes.html b/templates/webpages/order/tabs/phone_notes.html index b1d211752..c5f0015c4 100644 --- a/templates/webpages/order/tabs/phone_notes.html +++ b/templates/webpages/order/tabs/phone_notes.html @@ -15,7 +15,7 @@ [%- FOREACH row = SELF.order.phone_notes %] - [% P.link_tag('#', row.subject, onclick="kivi.Order.load_phone_note(" _ HTML.url(row.id) _ ", '" _ HTML.escape(row.subject) _ "', '" _ HTML.escape(row.body) _ "')") %] + [% P.link_tag('#', row.subject, onclick="kivi.Order.load_phone_note(" _ HTML.url(row.id) _ ", '" _ HTML.escape(row.subject) _ "', '" _ row.body _ "')") %] [% row.itime.to_kivitendo | html %] [% row.employee.safe_name | html %] @@ -34,7 +34,7 @@ [% 'Body' | $T8 %] - [% L.textarea_tag('phone_note.body', '', cols = 50 rows = 10) %] + [% L.textarea_tag('phone_note.body', '', wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]