]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dunning/set_email.html
Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / dunning / set_email.html
index 1b96ed91e43b03cf13f9b4561a684e50f8001c3f..1a40a45cf6689b408cfb2359743d7c773631e91d 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<h1>[% title %]</h1>
 
  <script type="text/javascript">
   <!--
@@ -17,8 +18,6 @@
   <input type="hidden" name="input_body" value="[% HTML.escape(input_body) %]">
   <input type="hidden" name="input_attachment" value="[% HTML.escape(input_attachment) %]">
 
-  <div class="listtop" width="100%">[% title %]</div>
-
   <table width="100%">
    <tr>
     <td valign="top">[% 'Subject:' | $T8 %]</td>
@@ -39,5 +38,3 @@
   <button type="button" onclick="email_updated()">[% 'Save and close' | $T8 %]</button>
 
  </form>
-</body>
-</html>