Inventur: Eingabemaske und Journal im Inventory-Controller
[kivitendo-erp.git] / templates / webpages / inventory / stocktaking / _filter.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE L %]
4 [%- USE LxERP %]
5
6 <table id="filter_table">
7  <tr>
8   <th align="right">[% 'Cutoff Date' | $T8 %]</th>
9   <td>[% L.date_tag('filter.cutoff_date:date', filter.cutoff_date_date) %]</td>
10  </tr>
11  <tr>
12   <th align="right">[% 'Comment' | $T8 %]</th>
13   <td>[% L.input_tag('filter.comment:substr::ilike', filter.comment_substr__ilike, size=60) %]</td>
14  </tr>
15 </table>