]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/search.html
Neuen Auftrag aus Mehrfachauswahl nicht verknüpfen.
[mfinanz.git] / templates / webpages / ct / search.html
index 2d237264ab9e380f390aaa6277d5c17a104a3e4a..933a7d1c063dd39625bece9c993a9bddbb6171fe 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>
    </tr>
    [% END %]
 
+   [% IF IS_CUSTOMER && ALL_SALESMEN.size %]
+   <tr>
+    <th align="right" nowrap>[% 'Salesman' | $T8 %]</th>
+    <td>
+     [% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1) %]
+    </td>
+   </tr>
+   [% END %]
+
    [% CUSTOM_VARIABLES_FILTER_CODE %]
 
    <tr>