diff --git a/templates/Includes/Install_successfullyinstalled.ss b/templates/Includes/Install_successfullyinstalled.ss index d45d22dd..99749321 100644 --- a/templates/Includes/Install_successfullyinstalled.ss +++ b/templates/Includes/Install_successfullyinstalled.ss @@ -1,21 +1,21 @@

- <%t SilverStripe\CMS\Controllers\ContentController.InstallSuccessCongratulations "SilverStripe has been successfully installed!" %> + <%t SilverStripe\\CMS\\Controllers\\ContentController.InstallSuccessCongratulations "SilverStripe has been successfully installed!" %>

<% if $Project == 'tutorial' %> - <%t SilverStripe\CMS\Controllers\ContentController.PostInstallTutorialIntro 'This website is a simplistic version of a SilverStripe 3 site. To extend this, please take a look at {link}.' link='our tutorials' %> + <%t SilverStripe\\CMS\\Controllers\\ContentController.PostInstallTutorialIntro 'This website is a simplistic version of a SilverStripe 3 site. To extend this, please take a look at {link}.' link='our tutorials' %> <% end_if %> -

    <%t SilverStripe\CMS\Controllers\ContentController.Email "Email" %>: $Username
-     <%t SilverStripe\CMS\Controllers\ContentController.Password "Password" %>: $Password

+

    <%t SilverStripe\\CMS\\Controllers\\ContentController.Email "Email" %>: $Username
+     <%t SilverStripe\\CMS\\Controllers\\ContentController.Password "Password" %>: $Password

- <%t SilverStripe\CMS\Controllers\ContentController.StartEditing 'You can start editing your content by opening the CMS.' link="admin/" %> + <%t SilverStripe\\CMS\\Controllers\\ContentController.StartEditing 'You can start editing your content by opening the CMS.' link="admin/" %>

- +

- <%t SilverStripe\CMS\Controllers\ContentController.InstallSecurityWarning 'For security reasons you should now delete the install files, unless you are planning to reinstall later (requires admin login, see above). The web server also now only needs write access to the "assets" folder, you can remove write access from all other folders. Click here to delete the install files.' link="home/deleteinstallfiles" %> + <%t SilverStripe\\CMS\\Controllers\\ContentController.InstallSecurityWarning 'For security reasons you should now delete the install files, unless you are planning to reinstall later (requires admin login, see above). The web server also now only needs write access to the "assets" folder, you can remove write access from all other folders. Click here to delete the install files.' link="home/deleteinstallfiles" %>