Projet

Général

Profil

Révision a45e4bc1

Ajouté par Assos Assos il y a environ 9 ans

Update webform to 4.10

Voir les différences:

drupal7/sites/all/modules/webform/templates/webform-confirmation.tpl.php
11 11
 *
12 12
 * Available variables:
13 13
 * - $node: The node object for this webform.
14
 * - $confirmation_message: The confirmation message input by the webform author.
14
 * - $progressbar: The progress bar 100% filled (if configured). This may not
15
 *   print out anything if a progress bar is not enabled for this node.
16
 * - $confirmation_message: The confirmation message input by the webform
17
 *   author.
15 18
 * - $sid: The unique submission ID of this submission.
19
 * - $url: The URL of the form (or for in-block confirmations, the same page).
16 20
 */
17 21
?>
22
<?php print $progressbar; ?>
18 23

  
19 24
<div class="webform-confirmation">
20 25
  <?php if ($confirmation_message): ?>
......
25 30
</div>
26 31

  
27 32
<div class="links">
28
  <a href="<?php print url('node/'. $node->nid) ?>"><?php print t('Go back to the form') ?></a>
33
  <a href="<?php print $url; ?>"><?php print t('Go back to the form') ?></a>
29 34
</div>

Formats disponibles : Unified diff