4 <table width="100%" cellspacing="0" cellpadding="0">
 
  10      [%- FOREACH row = SELECTS %]
 
  12      <th align="left" id="print_options_header_[% row.sname %]">[%- row.hname %]</th>
 
  15      [%- IF display_copies %]
 
  16      <th align="left" id="print_options_header_copies">[% 'Copies' | $T8 %]</th>
 
  18      [%- IF display_groupitems %]
 
  19      <th align="left" id="print_options_header_groupitems">[% 'Group Items' | $T8 %]</th>
 
  21      [%- IF display_bothsided %]
 
  22      <th align="left" id="print_options_header_bothsided">[% 'Both-sided' | $T8 %]</th>
 
  24      [%- IF display_remove_draft %]
 
  25      <th align="left" id="print_options_header_remove_draft">[% 'Remove Draft' | $T8 %]</th>
 
  30      [%- FOREACH row = SELECTS %]
 
  32      <td id="print_options_input_[% row.sname %]">
 
  33       <select name="[%- name_prefix %][%- row.sname %]" id="[%- id_prefix %][%- row.sname %]">
 
  34        [%- FOREACH data = row.DATA %]
 
  35         <option value="[% data.value %]" [% data.selected %]>[% data.oname %]</option>
 
  41      [%- IF display_copies %]
 
  42      <td id="print_options_input_copies">[%- IF !show_headers %][%- 'Copies' | $T8 %][%- END %]<input name="[%- name_prefix %]copies" id="[% id_prefix %]copies" size="2" value="[% HTML.escape(copies) %]"></td>
 
  44      [%- IF display_groupitems %]
 
  45      <td id="print_options_input_groupitems">[%- IF !show_headers %][% 'Group Items' | $T8 %][%- END %]
 
  46       <input name="[%- name_prefix %]groupitems" id="[% id_prefix %]groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]>
 
  49      [%- IF display_bothsided %]
 
  50      <td id="print_options_input_bothsided">[%- IF !show_headers %][% 'Both-sided' | $T8 %][%- END %]
 
  51       <input name="[%- name_prefix %]bothsided" id="[% id_prefix %]bothsided" type="checkbox" class="checkbox" [% bothsided_checked %]>
 
  54      [%- IF display_remove_draft %]
 
  55      <td id="print_options_input_remove_draft">[%- IF !show_headers %][% 'Remove Draft' | $T8 %][%- END %]
 
  56       <input name="[%- name_prefix %]remove_draft" id="[% id_prefix %]remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]>
 
  63    <table><tr><th>[% status_msg %]</th></tr></table>