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