mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #183 from adrexia/installer
BUG: Installer templates
This commit is contained in:
commit
7525e3c977
@ -401,7 +401,7 @@ HTML;
|
||||
));
|
||||
|
||||
return array(
|
||||
"Title" => DBField::create_field('Varchar', "Title", "Installation Successful"),
|
||||
"Title" => _t("ContentController.INSTALL_SUCCESS", "Installation Successful!"),
|
||||
"Content" => $data->renderWith('Install_successfullyinstalled'),
|
||||
);
|
||||
}
|
||||
|
@ -1,17 +1,18 @@
|
||||
<p style="margin: 1em 0">
|
||||
<b><%t ContentController.InstallSuccessCongratulations "SilverStripe has been successfully installed." %></b>
|
||||
<p>
|
||||
<%t ContentController.InstallSuccessCongratulations "SilverStripe has been successfully installed!" %>
|
||||
</p>
|
||||
|
||||
<% if Project == 'tutorial' %>
|
||||
<%t ContentController.PostInstallTutorialIntro 'This website is a simplistic version of a SilverStripe 2 site. To extend this, please take a look at {link}.' link='<a href="http://doc.silverstripe.org/doku.php?id=tutorials">our new tutorials</a>' %>
|
||||
<%t ContentController.PostInstallTutorialIntro 'This website is a simplistic version of a SilverStripe 3 site. To extend this, please take a look at {link}.' link='<a href="http://doc.silverstripe.org/framework/en/tutorials">our tutorials</a>' %>
|
||||
<% end_if %>
|
||||
|
||||
<p><strong> <%t ContentController.Email "Email" %>: $Username</strong></br>
|
||||
<strong> <%t ContentController.Password "Password" %>: $Password</strong></p>
|
||||
|
||||
<p>
|
||||
<%t ContentController.StartEditing 'You can start editing your site\'s content by opening <a href="{link}">the CMS</a>.' link="admin/" %>
|
||||
<br />
|
||||
<%t ContentController.Email "Email" %>: $Username<br />
|
||||
<%t ContentController.Password "Password" %>: $Password<br />
|
||||
<%t ContentController.StartEditing "You can start editing your site's content by opening <a href=\"{link}\">the CMS</a>." link="admin/" %>
|
||||
</p>
|
||||
|
||||
<div style="background:#fcf8f2; border-radius:4px; border: 1px solid #ffc28b; padding:5px; margin:5px;">
|
||||
<img src="cms/images/dialogs/alert.gif" style="border: none; margin-right: 10px; float: left; height:48px; width:48px" />
|
||||
<p style="color: #cb6a1c; margin-bottom:0;">
|
||||
|
Loading…
Reference in New Issue
Block a user