]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/search.html
Part: long_description in displayable_name umbenannt
[mfinanz.git] / templates / webpages / ct / search.html
index 9d3f696aac29a446134aef08d79c3ac5d926067f..57b970cbefe04809fbacebe8cb71c85fad748b3e 100644 (file)
@@ -1,12 +1,12 @@
 [%- USE T8 %]
 [%- USE L %]
 [%- USE HTML %]
+<h1>[% title %]</h1>
+
  <form method="post" action="ct.pl" name="Form">
 
   <input type="hidden" name="db" value="[% HTML.escape(db) %]">
 
-  <div class="listtop">[% title %]</div>
-
   <table>
    <tr>
     <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
@@ -15,7 +15,7 @@
 
    <tr>
     <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</th>
-    <td><input id="name" name="name" size="35"></td>
+    <td><input id="name" name="name" size="35" class="initial_focus"></td>
    </tr>
 
    <tr>
         <label for="l_country">[% 'Country' | $T8 %]</label>
       </td>
       </tr>
-      [% IF IS_CUSTOMER %]
       <tr>
        <td>
-        <input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">
-        <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
+        <input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y">
+        <label for="l_discount">[% 'Discount' | $T8 %]</label>
        </td>
-      </tr>
+       <td>
+        <input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y">
+        <label for="l_payment">[% 'Payment Terms' | $T8 %]</label>
+       </td>
+      [% IF IS_CUSTOMER %]
+      <td>
+       <input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">
+       <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
+      </td>
       [% END %]
+      </tr>
 
       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
 
 
   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
  </form>
-