epic-s6ts
[kivitendo-erp.git] / templates / webpages / customer_vendor / tabs / vcnotes.html
index 403b0ff..cf21b51 100644 (file)
@@ -41,7 +41,7 @@
             </td>
 
             <td>
-              [% row.follow_up.created_for.safe_name | html %]
+              [% row.follow_up.created_for_employee.safe_name | html %]
             </td>
 
             <td>
     </p>
   [% END %]
 
-
-  <div class="listtop">
+  <h2>
     [% IF ( SELF.note.id ) %]
       [% 'Edit note' | $T8 %]
     [% ELSE %]
       [% 'Add note' | $T8 %]
     [% END %]
-  </div>
+  </h2>
 
   [% L.hidden_tag('note.id', SELF.note.id) %]