2014-02-25 15:54:27 +13:00
|
|
|
<!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="1" cellpadding="10">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td scope="row" colspan="2" class="typography">
|
2015-11-17 14:17:54 +13:00
|
|
|
$EmailBody
|
2014-02-25 15:54:27 +13:00
|
|
|
</td>
|
|
|
|
</tr>
|
2017-09-06 16:53:45 +12:00
|
|
|
<% loop $Pages %>
|
2014-02-25 15:54:27 +13:00
|
|
|
<tr>
|
|
|
|
<td valign="top">$Title</td>
|
2018-01-09 09:53:59 +13:00
|
|
|
<td><a href="{$BaseURL}admin/pages/edit/show/$ID"><%t SilverStripe\\ContentReview\\Tasks\\ContentReviewEmails.REVIEWPAGELINK 'Review the page in the CMS' %></a><br />
|
|
|
|
<a href="$AbsoluteLink"><%t SilverStripe\\ContentReview\\Tasks\\ContentReviewEmails.VIEWPUBLISHEDLINK 'View this page on the website' %></a>
|
2014-02-25 15:54:27 +13:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<% end_loop %>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</body>
|
2017-09-06 15:49:23 +12:00
|
|
|
</html>
|