summaryrefslogtreecommitdiff
path: root/src/foomatic/foomatic-templates-gs/PrintoutMode.xml
blob: eb1b0bb3ae3eb617250afdebebb16a61ff37ce2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<option type="enum" id="opt/@@DRVNAME@@-printoutmode">
  <!-- A multilingual <comments> block can appear here, too;
       it should be treated as documentation for the user. -->
  <arg_longname>
   <en>Printout Mode</en>
  </arg_longname>
  <arg_shortname>
   <en>PrintoutMode</en><!-- backends only know <en> shortnames! -->
  </arg_shortname>
  <arg_execution>@@GROUP@@
   <arg_order>10</arg_order>
   <arg_spot>A</arg_spot>
   <arg_composite />
  </arg_execution>

  @@OPTCONSTRAINTS@@
  @@ENUMVALS@@

</option>