typo: primt_options
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 23 Dec 2015 09:47:34 +0000 (10:47 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 23 Dec 2015 09:47:34 +0000 (10:47 +0100)
templates/webpages/rp/print_options.html

index 5020558..33a34b8 100644 (file)
       <option value=inline [% SM.inline %]>[% 'In-line' | $T8 %]</option>
 [%- ELSE %]
       <option value=screen [% OP.screen %]>[% 'Screen' | $T8 %]</option>
-  [%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex %]
+  [%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex %]
       <option value=printer [% OP.printer %]>[% 'Printer' | $T8 %]</option>
   [%- END %]
 [%- END %]
      </select>
     </td>
-[%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex && !is_email %]
+[%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %]
       <td>[% 'Copies' | $T8 %]<input name=copies size=2 value=[% copies %]></td>
 [%- END %]
   </tr>