2013-07-18 13:14:29 +02:00
|
|
|
<% if $UnsuccessfulFiles %>
|
2012-05-03 17:52:33 +02:00
|
|
|
<p style=\"margin: 1em 0\">
|
2017-05-08 07:57:24 +02:00
|
|
|
<%t SilverStripe\CMS\Controllers\ContentController.UnableDeleteInstall "Unable to delete installation files. Please delete the files below manually" %>:
|
2012-05-03 17:52:33 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
2013-07-18 13:14:29 +02:00
|
|
|
<% loop $UnsuccessfulFiles %>
|
2012-05-03 17:52:33 +02:00
|
|
|
<li>$File</li>
|
2012-05-18 06:32:44 +02:00
|
|
|
<% end_loop %>
|
2012-05-03 17:52:33 +02:00
|
|
|
</ul>
|
|
|
|
<% else %>
|
|
|
|
<p style="margin: 1em 0">
|
2017-05-08 07:57:24 +02:00
|
|
|
<%t SilverStripe\CMS\Controllers\ContentController.InstallFilesDeleted "Installation files have been successfully deleted." %>
|
2012-05-03 17:52:33 +02:00
|
|
|
</p>
|
|
|
|
<p style="margin: 1em 0">
|
2017-05-08 07:57:24 +02:00
|
|
|
<%t SilverStripe\CMS\Controllers\ContentController.StartEditing 'You can start editing your content by opening <a href="{link}">the CMS</a>.' link="admin/" %>
|
2012-05-03 17:52:33 +02:00
|
|
|
<br />
|
2017-05-08 07:57:24 +02:00
|
|
|
<%t SilverStripe\CMS\Controllers\ContentController.Email "Email" %>: $Username<br />
|
|
|
|
<%t SilverStripe\CMS\Controllers\ContentController.Password "Password" %>: $Password<br />
|
2012-05-03 17:52:33 +02:00
|
|
|
</p>
|
2016-01-06 00:42:07 +01:00
|
|
|
<% end_if %>
|