]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/select_delivery_customer.html
customernotes auch als notes Form Variable(fixmaster)
[mfinanz.git] / templates / webpages / generic / select_delivery_customer.html
index 20858c1ad5eb919de2c95263a56f4a3736478339..8c8f48ae2bddb9877dfef9e54d1ec850a2e3129e 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 customer from the list below.' | $T8 %]</td></tr>
 
    <tr>
@@ -62,5 +59,3 @@
       //-->
  </script>
 
-</body>
-</html>