Kosmetik: Filemanagement Web-Templates: Einrückung
[kivitendo-erp.git] / templates / webpages / generic / select_delivery_customer.html
index 6cb7e51..8c8f48a 100644 (file)
@@ -1,17 +1,13 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
+<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 customer from the list below.' | $T8 %]</td></tr>
 
    <tr>
@@ -63,5 +59,3 @@
       //-->
  </script>
 
-</body>
-</html>