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/customer/includes/commerce_customer_ui.profile_types.inc
32 32

  
33 33
  // If no profile types are defined...
34 34
  if (empty($rows)) {
35
    // Add a standard empty row with a link to add a new profile type.
35
    // Add a standard empty row.
36 36
    $rows[] = array(
37 37
      array(
38
        'data' => t('There are no customer profile types yet. <a href="@link">Add profile type</a>.', array('@link' => url('admin/commerce/customers/profiles/types/add'))),
38
        'data' => t('There are no customer profile types defined on this site.'),
39 39
        'colspan' => 2,
40 40
      )
41 41
    );

Formats disponibles : Unified diff