Projet

Général

Profil

Révision 8c72e82a

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/views/default_views/webform_results.inc
90 90
$handler->display->display_options['empty']['area_text_custom']['table'] = 'views';
91 91
$handler->display->display_options['empty']['area_text_custom']['field'] = 'area_text_custom';
92 92
$handler->display->display_options['empty']['area_text_custom']['empty'] = TRUE;
93
$handler->display->display_options['empty']['area_text_custom']['content'] = 'There are no submissions for this form. <a href="/node/!1">View this form</a>.';
93
$handler->display->display_options['empty']['area_text_custom']['content'] = t('There are no submissions for this form. <a href="!url!1">View this form</a>.', array('!url' => url('node/')));
94 94
$handler->display->display_options['empty']['area_text_custom']['tokenize'] = TRUE;
95 95
/* Relationship: Webform submissions: User */
96 96
$handler->display->display_options['relationships']['uid']['id'] = 'uid';
......
142 142
$handler->display->display_options['arguments']['nid']['specify_validation'] = TRUE;
143 143
$handler->display->display_options['arguments']['nid']['validate']['type'] = 'node';
144 144
$translatables['webform_results'] = array(
145
 t('Master'),
145
  t('Master'),
146 146
  t('more'),
147 147
  t('Apply'),
148 148
  t('Reset'),

Formats disponibles : Unified diff