Projet

Général

Profil

Révision 582db59d

Ajouté par Assos Assos il y a plus de 8 ans

Update Drupal core to version 7.40

Voir les différences:

drupal7/modules/field/modules/number/number.module
188 188
      'label' => t('Default'),
189 189
      'field types' => array('number_integer'),
190 190
      'settings' =>  array(
191
        'thousand_separator' => ' ',
191
        'thousand_separator' => '',
192 192
        // The 'decimal_separator' and 'scale' settings are not configurable
193 193
        // through the UI, and will therefore keep their default values. They
194 194
        // are only present so that the 'number_integer' and 'number_decimal'
......
202 202
      'label' => t('Default'),
203 203
      'field types' => array('number_decimal', 'number_float'),
204 204
      'settings' =>  array(
205
        'thousand_separator' => ' ',
205
        'thousand_separator' => '',
206 206
        'decimal_separator' => '.',
207 207
        'scale' => 2,
208 208
        'prefix_suffix' => TRUE,

Formats disponibles : Unified diff