]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/oe/search.html
SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select...
[mfinanz.git] / templates / webpages / oe / search.html
index 3e3e5df5d4ee5f982303d491fc160a03c82d4be5..fb28ea18a3482cd205bfe0c7dc6f0273db1c82f8 100644 (file)
     </tr>
     <tr>
      <th align="right">[% 'Employee' | $T8 %]</th>
-     <td>[% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %]</td>
+     <td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
     </tr>
     <tr>
      <th align="right">[% 'Salesman' | $T8 %]</th>
-     <td>[% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %]</td>
+     <td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
     </tr>
     <tr>
      <th align="right">[% 'Transaction description' | $T8 %]</th>