]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/order/tabs/phone_notes.html
date error in mapping
[mfinanz.git] / templates / webpages / order / tabs / phone_notes.html
index b1d2117524bcb30cc35499ed7cca10f750b8e8b7..c5f0015c42b0f03a9abcdb5262eaa01f88aaf402 100644 (file)
@@ -15,7 +15,7 @@
 
     [%- FOREACH row = SELF.order.phone_notes %]
      <tr class="listrow">
-       <td>[% P.link_tag('#', row.subject, onclick="kivi.Order.load_phone_note(" _ HTML.url(row.id) _ ", '" _ HTML.escape(row.subject) _ "', '" _ HTML.escape(row.body) _ "')") %]</td>
+       <td>[% P.link_tag('#', row.subject, onclick="kivi.Order.load_phone_note(" _ HTML.url(row.id) _ ", '" _ HTML.escape(row.subject) _ "', '" _ row.body _ "')") %]</td>
        <td>[% row.itime.to_kivitendo | html %]</td>
        <td>[% row.employee.safe_name | html %]</td>
      </tr>
@@ -34,7 +34,7 @@
     </tr>
     <tr>
       <td valign="right" align="top">[% 'Body' | $T8 %]</td>
-      <td align="top">[% L.textarea_tag('phone_note.body', '', cols = 50 rows = 10) %]</td>
+      <td align="top">[% L.textarea_tag('phone_note.body', '', wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]</td>
     </tr>
   </table>