Projet

Général

Profil

Révision 7b2d1845

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/includes/webform.components.inc
461 461
        '#title' => t('Label display'),
462 462
        '#default_value' => !empty($component['extra']['title_display']) ? $component['extra']['title_display'] : 'before',
463 463
        '#options' => array('before' => t('Above')) +
464
                      $inline_option +
465
                      $internal_option +
466
                      array('none' => t('None')),
464
          $inline_option +
465
          $internal_option +
466
          array('none' => t('None')),
467 467
        '#description' => t("Determines the placement of the component's label."),
468 468
      );
469 469
    }
......
996 996
    'email_address' => FALSE,
997 997
    'email_name' => FALSE,
998 998
    'required' => TRUE,
999
    'stores_data' => TRUE,
999 1000
    'title' => TRUE,
1000 1001
    'title_display' => TRUE,
1001 1002
    'title_inline' => TRUE,

Formats disponibles : Unified diff