2014-02-25 03:54:27 +01: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 02:17:54 +01:00
|
|
|
$EmailBody
|
2014-02-25 03:54:27 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2017-09-06 06:53:45 +02:00
|
|
|
<% loop $Pages %>
|
2014-02-25 03:54:27 +01:00
|
|
|
<tr>
|
|
|
|
<td valign="top">$Title</td>
|
2018-01-08 21:53:59 +01: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 03:54:27 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<% end_loop %>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</body>
|
2017-09-06 05:49:23 +02:00
|
|
|
</html>
|