Projet

Général

Profil

Révision 1aa883a3

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/print/print_pdf/lib_handlers/print_pdf_wkhtmltopdf/print_pdf_wkhtmltopdf.admin.inc
27 27
    '#size' => 60,
28 28
    '#maxlength' => 500,
29 29
    '#default_value' => variable_get('print_pdf_wkhtmltopdf_options', PRINT_PDF_WKHTMLTOPDF_OPTIONS),
30
    '#description' => t('(wkhtmltopdf only) Set any additional options to be passed to the wkhtmltopdf executable. Tokens may be used in these options (see list below).'),
30
    '#description' => t('Set any additional options to be passed to the wkhtmltopdf executable. Tokens may be used in these options (see list below).'),
31
  );
32

  
33
  $form['settings']['print_pdf_wkhtmltopdf_use_input_file'] = array(
34
    '#type' => 'checkbox',
35
    '#title' => t('Use temporary input file'),
36
    '#default_value' => variable_get('print_pdf_wkhtmltopdf_use_input_file', PRINT_PDF_WKHTMLTOPDF_USE_INPUT_FILE_DEFAULT),
37
    '#description' => t('If you experience trouble when generating a PDF try to enable this feature to adjust the input handling.'),
31 38
  );
32 39

  
33 40
  if (module_exists('token')) {

Formats disponibles : Unified diff