Merge branch 'f-chart-picker-in-gl'
[kivitendo-erp.git] / templates / webpages / dunning / edit_config.html
index b539ad9..87345bf 100644 (file)
@@ -1,13 +1,12 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<h1>[% title %]</h1>
+
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/dunning.js"></script>
 
- <div class="listtop" width="100%">[% title %]</div>
-
  <form method="post" action="dn.pl" name="Form">
   <table>
-   <tr height="5"></tr>
 
    <tr>
     <th class="listheading">[% 'Dunning Level' | $T8 %]</th>
   <input class="submit" type="submit" name="action" value="[% 'Save' | $T8 %]">
 
  </form>
-</body>
 
-</html>