Auftrags-Controller: Einkaufspreis in zweiter Zeile
[kivitendo-erp.git] / templates / webpages / generic / edit_email.html
index a4a3428..48f6131 100644 (file)
@@ -1,13 +1,10 @@
 [%- USE T8 %]
 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
+<h1>[% title %]</h1>
+
 <form name="Form" method="post" action="[% script %]">
 
 <table width="100%">
-  <tr class="listtop">
-
-    <th class="listtop">[% title %]</th>
-  </tr>
-  <tr height="5"></tr>
   <tr>
     <td>
       <table>
@@ -33,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">