Projet

Général

Profil

Révision ba09eb79

Ajouté par Assos Assos il y a presque 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/includes/webform.admin.inc
237 237
    '#description' => t('By default, the configuration form for each webform allows the administrator to choose which roles may submit the form. You may want to allow users to always submit the form if you are using a separate node access module to control access to webform nodes themselves.'),
238 238
  );
239 239

  
240
  $form['advanced']['webform_token_access']  = array(
241
    '#type' => 'radios',
242
    '#title' => t('Token access'),
243
    '#options' => array(
244
      '1' => t('Allow tokens to be used in Webforms.'),
245
      '0' => t('Disable tokens in Webforms'),
246
    ),
247
    '#default_value' => webform_variable_get('webform_token_access'),
248
    '#description' => t('Tokens can be used to reveal sensitive information. Allow tokens if Webform creators are trusted.'),
249
  );
250

  
240 251
  $form['advanced']['webform_email_select_max'] = array(
241 252
    '#type' => 'textfield',
242 253
    '#title' => t("Select email mapping limit"),

Formats disponibles : Unified diff