Projet

Général

Profil

Révision 8d02775b

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/components/email.inc
155 155
    '#attributes' => $component['extra']['attributes'],
156 156
    '#element_validate'  => array('_webform_validate_email'),
157 157
    '#theme_wrappers' => array('webform_element'),
158
    '#translatable' => array('title', 'description'),
158
    '#translatable' => array('title', 'description', 'placeholder'),
159 159
  );
160 160

  
161 161
  if ($component['required']) {
......
275 275
    '#theme_wrappers' => $format == 'html' ? array('webform_element') : array('webform_element_text'),
276 276
    '#format' => $format,
277 277
    '#value' => isset($value[0]) ? $value[0] : '',
278
    '#translatable' => array('title'),
278
    '#translatable' => array('title', 'placeholder'),
279 279
  );
280 280
}
281 281

  

Formats disponibles : Unified diff