BUGFIX: Copy ContentReviewEmail.ss template from old cmsworkflow, pre-split.

This commit is contained in:
Luke Hudson 2010-01-14 04:44:39 +00:00
parent 8a98279b47
commit a89ceea9b3
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
</head>
<body>
<table id="Content" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td scope="row" colspan="2" class="typography">
<h2><% _t('ContentReviewEmails.EMAIL_HEADING','Page due for review') %></h2>
<p>The page $Page.Title is due for review today by you</p>
<h2>Actions</h2>
<ul>
<li><a href="$PageCMSLink"><% _t('ContentReviewEmails.REVIEWPAGELINK','Review the page in the CMS') %></a></li>
<li><a href="$LiveSiteLink"><% _t('ContentReviewEmails.VIEWPUBLISHEDLINK','View this page on your website') %></a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</body>
</html>