| 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 |
* |
* |
| 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 } ?> |