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

  @@OPTCONSTRAINTS@@
  @@ENUMVALS@@

</option>