ActionBar: Verwendung bei Briefen
[kivitendo-erp.git] / templates / webpages / letter / load_drafts.html
index 9b9d490..088defa 100644 (file)
@@ -2,7 +2,8 @@
 [%- USE HTML %][%- USE L -%]
 <h1>[% 'Load letter draft' | $T8 %]</h1>
 
- <form method="post" name="Form" action="controller.pl">
+ <form method="post" name="Form" action="controller.pl" id="form">
+  [% L.hidden_tag('is_sales', SELF.is_sales) %]
   <p>[% 'The following drafts have been saved and can be loaded.' | $T8 %]</p>
   <table width="100%">
     </td>
      </table>
     </td>
    </tr>
-   <tr>
-    <td>
-     <input type="hidden" name="action" value="Letter/dispatch">
-     [% L.hidden_tag('is_sales', SELF.is_sales) %]
-     <input type="submit" class="submit" name="action_skip_draft" value="[% 'Skip' | $T8 %]">
-     <input type="submit" class="submit" name="action_delete_drafts" value="[% 'Delete drafts' | $T8 %]">
-   </td>
-   </tr>
   </table>
  </form>