epic-ts
[kivitendo-erp.git] / templates / webpages / dunning / set_email.html
index 5b8bc70..1a40a45 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
+<h1>[% title %]</h1>
 
  <script type="text/javascript">
   <!--
@@ -18,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>
@@ -40,5 +38,3 @@
   <button type="button" onclick="email_updated()">[% 'Save and close' | $T8 %]</button>
 
  </form>
-</body>
-</html>