Dunning: Email und Zahlungsbedingung in Mahnlaufbericht aufgenommen
[kivitendo-erp.git] / templates / webpages / generic / select_vendor.html
index 35258df..71e5d57 100644 (file)
@@ -1,16 +1,13 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<h1>[% title %]</h1>
 
  <form name="Form">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
   <input type="hidden" name="input_id" value="[% HTML.escape(input_id) %]">
 
-  <div class="listtop">[% title %]</div>
-
   <table width="100%">
-   <tr height="5"></tr>
-
    <tr><td>[% 'Please select a vendor from the list below.' | $T8 %]</td></tr>
 
    <tr>
@@ -62,5 +59,3 @@
       //-->
  </script>
 
-</body>
-</html>