Projet

Général

Profil

Révision 76bdcd04

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/webform.tokens.inc
64 64
  );
65 65
  $info['tokens']['submission']['values'] = array(
66 66
    'name' => t('Webform submission values'),
67
    'description' => '<div>' . t('Webform tokens from submitted data. Replace the "?" with the "form key", including any parent form keys separated by colons. You can append:') . '</div>' .
68
    '<ul>' .
67
    'description' => '<div>' . t('Webform tokens from submitted data. Replace the "?" with the "form key", including any parent form keys separated by colons. You can append:') . '</div><ul>' .
69 68
    '<li>' . t('the question key for just that one question (grid components).') . '</li>' .
70 69
    '<li>' . t('the option key for just that one option (grid and select components).') . '</li>' .
71 70
    '<li>' . t('<code>@token</code> for the value without the label (the default).', array('@token' => ':nolabel')) . '</li>' .
72 71
    '<li>' . t('<code>@token</code> for just the label.', array('@token' => ':label')) . '</li>' .
73 72
    '<li>' . t('<code>@token</code> for both the label and value together.', array('@token' => ':withlabel')) . '</li>' .
74
    '<li>' . t('<code>@token</code> for just the key in a key|label pair (grid and select components).', array('@token' => ':key')) . '</li>' .
75
    '</ul>',
73
    '<li>' . t('<code>@token</code> for just the key in a key|label pair (grid and select components).', array('@token' => ':key')) . '</li></ul>',
76 74
    'dynamic' => TRUE,
77 75
  );
78 76

  

Formats disponibles : Unified diff