Projet

Général

Profil

Révision 620f9137

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/captcha/captcha.admin.inc
53 53
  $form['captcha_form_protection'] = array(
54 54
    '#type' => 'fieldset',
55 55
    '#title' => t('Form protection'),
56
    '#description' => t("Select the challenge type you want for each of the listed forms (identified by their so called <em>form_id</em>'s). You can easily add arbitrary forms with the textfield at the bottom of the table or with the help of the option <em>Add CAPTCHA administration links to forms</em> below."),
56
    '#description' => t("Select the challenge type you want for each of the listed forms (identified by their so called <em>form_id</em> or <em>base_form_id</em>). You can easily add arbitrary forms with the textfield at the bottom of the table or with the help of the option <em>Add CAPTCHA administration links to forms</em> below."),
57 57
  );
58 58
  $form['captcha_form_protection']['captcha_default_challenge'] = array(
59 59
    '#type' => 'select',
......
454 454
    $form['captcha_point_form_id'] = array(
455 455
      '#type' => 'textfield',
456 456
      '#title' => t('Form ID'),
457
      '#description' => t('The Drupal form_id of the form to add the CAPTCHA to.'),
457
      '#description' => t('The Drupal form_id or base_form_id of the form to add the CAPTCHA to.'),
458 458
      '#value' => check_plain($captcha_point_form_id),
459 459
      '#disabled' => TRUE,
460 460
    );
......
468 468
    $form['captcha_point_form_id'] = array(
469 469
      '#type' => 'textfield',
470 470
      '#title' => t('Form ID'),
471
      '#description' => t('The Drupal form_id of the form to add the CAPTCHA to.'),
471
      '#description' => t('The Drupal form_id or base_form_id of the form to add the CAPTCHA to.'),
472 472
    );
473 473
  }
474 474
  // Select widget for CAPTCHA type.

Formats disponibles : Unified diff