]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/drafts/form.html
Entwürfe: nur die eigenen Entwürfe anzeigen
[mfinanz.git] / templates / webpages / drafts / form.html
index f3cedf8cc6827294c120568050297c3873c3cc46..031b0a17c6ffe653a3d3c41176b29dc1f30673de 100644 (file)
@@ -24,7 +24,6 @@
  <tr class="listheading">
   <th>[% 'Date' | $T8 %]</th>
   <th>[% 'Description' | $T8 %]</th>
-  <th>[% 'Employee' | $T8 %]</th>
  </tr>
 
 [% FOREACH row = drafts_list %]
    [% L.link(SELF.url_for(action='load',id=row.id), row.description) %]
   [%- END %]
   </td>
-  <td>[% row.employee_name | html %]</td>
   <td>[% L.html_tag('span', LxERP.t8('Delete'), class='cursor-pointer interact', onclick="kivi.Draft.delete('" _ row.id _ "')") %]</a></td>
  </tr>
 [% END %]
 </table>
 [%- END %]
-