Konflikt zwischen zwei Upgrade-Scripten beheben
[kivitendo-erp.git] / templates / webpages / dunning / add.html
index 9b6d4e2..c58651e 100644 (file)
@@ -1,17 +1,5 @@
 [%- USE T8 %]
 [% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
-<script type="text/javascript">
- <!--
-     function setup_controls() {
-       fokus();
-       setupDateFormat('[% myconfig_dateformat %]', '[% 'Wrong date format!' | $T8 %]');
-       setupPoints('[% myconfig_numberformat %]', '[% 'wrongformat' | $T8 %]');
-     }
-   -->
-</script>
-
-<body onLoad="setup_controls();">
-
  <div class="listtop">[% title %]</div>
 
  <form method="post" name="search" action="dn.pl">
     <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
     <td colspan="3"><input name="notes" size="40"></td>
    </tr>
+   <tr>
+    <th align="right" nowrap>[% 'Country' | $T8 %]</th>
+    <td colspan="3"><input name="country" size="40"></td>
+   </tr>
 
    <tr><td colspan="2"><hr size="3" noshade></td></tr>
 
@@ -90,6 +82,4 @@
 
  </form>
 
-</body>
 
-</html>