changelog zu Kundenstatistik
[kivitendo-erp.git] / templates / webpages / dunning / edit_config.html
index b539ad9..8c29bd0 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">
+ <form method="post" action="dn.pl" name="Form" id="form">
   <table>
-   <tr height="5"></tr>
 
    <tr>
     <th class="listheading">[% 'Dunning Level' | $T8 %]</th>
    </tr>
   </table>
 
-  <hr size="3" noshade>
-
   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
-
-  <input class="submit" type="submit" name="action" value="[% 'Save' | $T8 %]">
-
  </form>
-</body>
-
-</html>