6a368d3dfc271d1f3f0236154818701a7de4d23c
[kivitendo-erp.git] / templates / webpages / shop_order / _get_one.html
1 [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
2 [% USE Dumper %]
3 [% L.stylesheet_tag('webshop') %]
4 [%- INCLUDE 'common/flash.html' %]
5 <form id="get_one_order_form" action="controller.pl" method="post" style="padding-left:1em;">
6  <table>
7     <tr>
8      <th align="right">[% 'Shop' | $T8 %]</th>
9      <td>[% L.select_tag('shop_id', SELF.shops, value_key = 'value', title_key = 'title', default=1) %]</td>
10     </tr>
11     <tr>
12      <th align="right">[% 'Shop ordernumber' | $T8 %]</th>
13      <td>[% L.input_tag('shop_ordernumber', "") %]</td>
14     </tr>
15  </table>
16   [%  L.hidden_tag("action", "ShopOrder/dispatch") %]
17   [%  L.button_tag("kivi.ShopOrder.get_orders_one()", LxERP.t8('Fetch order')) %]
18 </form>