Mahnungen: Funktion »Diese Sprache verwenden« gefixt
[kivitendo-erp.git] / templates / webpages / dunning / set_email.html
index 1b96ed9..1a40a45 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>