Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a environ 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/modules/field_ui/field_ui.admin.inc
936 936
  $field_label_options = array(
937 937
    'above' => t('Above'),
938 938
    'inline' => t('Inline'),
939
    'hidden' => t('<Hidden>'),
939
    'hidden' => '<' . t('Hidden') . '>',
940 940
  );
941 941
  $extra_visibility_options = array(
942 942
    'visible' => t('Visible'),
......
992 992
    );
993 993

  
994 994
    $formatter_options = field_ui_formatter_options($field['type']);
995
    $formatter_options['hidden'] = t('<Hidden>');
995
    $formatter_options['hidden'] = '<' . t('Hidden') . '>';
996 996
    $table[$name]['format'] = array(
997 997
      'type' => array(
998 998
        '#type' => 'select',

Formats disponibles : Unified diff