Auftrags-Controller: Einkaufspreis in zweiter Zeile
[kivitendo-erp.git] / templates / webpages / generic / edit_email.html
index b248969..48f6131 100644 (file)
@@ -30,6 +30,7 @@
         <tr>
           <th align="right" nowrap>[% 'Attachment name' | $T8 %]</th>
           <td><input name="attachment_filename" size="30" value="[% HTML.escape(a_filename) %]"></td>
+        </tr>
       </table>
     </td>
   </tr>
   </tr>
 </table>
 
-<input type="hidden" name="nextsub" value="send_email">
+[% L.hidden_tag('action', action) %]
 
 <br>
-[% L.submit_tag('action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %]
+[% L.submit_tag('dummy_action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %]
 </form>
 
 <script type="text/javascript">