Auftrags-Controller: fake id für Items nach Workflow setzen.
[kivitendo-erp.git] / templates / webpages / generic / print_options.html
index 30b87df..be8343f 100644 (file)
@@ -18,6 +18,9 @@
      [%- IF display_groupitems %]
      <th align="left" id="print_options_header_groupitems">[% 'Group Items' | $T8 %]</th>
      [%- END %]
+     [%- IF display_bothsided %]
+     <th align="left" id="print_options_header_bothsided">[% 'Both-sided' | $T8 %]</th>
+     [%- END %]
      [%- IF display_remove_draft %]
      <th align="left" id="print_options_header_remove_draft">[% 'Remove Draft' | $T8 %]</th>
      [%- END %]
       <input name="[%- name_prefix %]groupitems" id="[% id_prefix %]groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]>
      </td>
      [%- END %]
+     [%- IF display_bothsided %]
+     <td id="print_options_input_bothsided">[%- IF !show_headers %][% 'Both-sided' | $T8 %][%- END %]
+      <input name="[%- name_prefix %]bothsided" id="[% id_prefix %]bothsided" type="checkbox" class="checkbox" [% bothsided_checked %]>
+     </td>
+     [%- END %]
      [%- IF display_remove_draft %]
      <td id="print_options_input_remove_draft">[%- IF !show_headers %][% 'Remove Draft' | $T8 %][%- END %]
       <input name="[%- name_prefix %]remove_draft" id="[% id_prefix %]remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]>