From 9d873db976751c5ea3fc8172dbbbd3b842c359ca Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 10 Oct 2017 11:23:21 +1300 Subject: [PATCH] Fix paths in Install_successfullyinstalled.ss --- .../Includes/Install_successfullyinstalled.ss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" %>