/[drupal]/contributions/modules/forward/forward.tpl.php
ViewVC logotype

Diff of /contributions/modules/forward/forward.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.5, Mon Oct 5 21:42:34 2009 UTC revision 1.1.2.6, Tue Nov 3 22:51:59 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: forward.tpl.php,v 1.1.2.4 2009/09/21 15:43:44 seanr Exp $ */  /* $Id: forward.tpl.php,v 1.2 2009/05/13 19:39:01 seanr Exp $ */
3    
4  /**  /**
5   * This template should only contain the contents of the body   * This template should only contain the contents of the body
6   * of the email, what would be inside of the body tags, and not   * of the email, what would be inside of the body tags, and not
7   * the header.  You shoudl use tables for layout since Microsoft   * the header.  You should use tables for layout since Microsoft
8   * actually regressed Outlook 2007 to not supporting CSS layout.   * actually regressed Outlook 2007 to not supporting CSS layout.
9   * All styles should be inline.   * All styles should be inline.
10   *   *
# Line 29  Line 29 
29        <td style="font-family:Arial,Helvetica,sans-serif; font-size:12px;">        <td style="font-family:Arial,Helvetica,sans-serif; font-size:12px;">
30          <?php print $forward_message; ?>          <?php print $forward_message; ?>
31          <?php if ($message) { ?>          <?php if ($message) { ?>
32          <p><?php print t("Message from @username", array('@username' => $yname ? $yname : 'Sender')); ?></p><p><?php print $message; ?></p>          <p><?php print t('Message from Sender'); ?></p><p><?php print $message; ?></p>
33          <?php } ?>          <?php } ?>
34          <?php if ($title) { ?><h2 style="font-size: 14px;"><?php print $title; ?></h2><?php } ?>          <?php if ($title) { ?><h2 style="font-size: 14px;"><?php print $title; ?></h2><?php } ?>
35          <?php if ($submitted) { ?><p><em><?php print $submitted; ?></em></p><?php } ?>          <?php if ($submitted) { ?><p><em><?php print $submitted; ?></em></p><?php } ?>

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2