summaryrefslogtreecommitdiff
path: root/src/foomatic/foomatic-templates-ijs/PageSize.xml
blob: 654aab2b39d8cc3066031cc6d0eb6f3e3aa0a35f (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@@-pagesize">
  <!-- A multilingual <comments> block can appear here, too;
       it should be treated as documentation for the user. -->
  <arg_longname>
   <en>Page Size</en>
  </arg_longname>
  <arg_shortname>
   <en>PageSize</en><!-- backends only know <en> shortnames! -->
  </arg_shortname>
  <arg_execution>@@GROUP@@
   <arg_order>110</arg_order>
   <arg_spot>A</arg_spot>
   <arg_substitution />
   <arg_proto> %s</arg_proto>
  </arg_execution>

  @@OPTCONSTRAINTS@@
  @@ENUMVALS@@

</option>