Projet

Général

Profil

Révision b858700c

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/order/includes/commerce_order_ui.orders.inc
15 15
    '#title' => t('Order creation help text'),
16 16
    '#description' => t('Supply an optional help message to be displayed above the order add form.'),
17 17
    '#default_value' => variable_get('commerce_order_help_text', ''),
18
    '#weight' => -10,
18 19
  );
19 20
  $form['commerce_order_auto_revision'] = array(
20 21
    '#type' => 'checkbox',
21 22
    '#title' => t('Create new revisions when orders are updated by default.'),
22 23
    '#description' => t('This default may be overridden on the order edit form but will always be respected for other order status updates.'),
23 24
    '#default_value' => variable_get('commerce_order_auto_revision', TRUE),
25
    '#weight' => 0,
24 26
  );
25 27

  
26 28
  return system_settings_form($form);

Formats disponibles : Unified diff