Dateimanagement: Massendruck
[kivitendo-erp.git] / templates / webpages / do / orders_bottom.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <table  width="100%">
4    <tr><td width = "200px" >
5  [% 'New invoice' | $T8 %]</td><td width = "150px">
6  <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
7  <input type="hidden" name="nextsub" value="invoice_multi">
8  <input type="hidden" name="type" value="[% HTML.escape(type) %]">
9  <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
10  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
11  <input type="hidden" name="rowcount" value="[% HTML.escape(rowcount) %]">
12 </td><td></td></tr></table></form>
13 <form method="post" id="print_multi_id">
14 [% print_options %]
15 <div id="mass_print_dialog" style="display: none"></div>
16 <table  width="100%">
17   <tr><td width="300px" align="right">[% 'Print selected delivery orders both sided' | $T8 %]</td>
18       <td><input type="checkbox" name="bothsided" value="1">
19 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
20 <input type="hidden" name="rowcount" value="[% HTML.escape(rowcount) %]">
21 <input class="submit" type="button" name="action" id="print_multi_button" value="[% 'Print selected' | $T8 %]">
22 </td><td></td></tr></table></form>