diff --git a/client/dist/images/alert.gif b/client/dist/images/alert.gif new file mode 100644 index 00000000..87317ef5 Binary files /dev/null and b/client/dist/images/alert.gif differ diff --git a/client/src/images/alert.gif b/client/src/images/alert.gif new file mode 100644 index 00000000..87317ef5 Binary files /dev/null and b/client/src/images/alert.gif differ diff --git a/code/Controllers/ContentController.php b/code/Controllers/ContentController.php index 6966459e..52ec2c17 100755 --- a/code/Controllers/ContentController.php +++ b/code/Controllers/ContentController.php @@ -453,7 +453,10 @@ HTML; return array( "Title" => _t("ContentController.INSTALL_SUCCESS", "Installation Successful!"), - "Content" => $data->renderWith('Install_successfullyinstalled'), + "Content" => $data->renderWith([ + 'type' => 'Includes', + 'Install_successfullyinstalled' + ]), ); } diff --git a/templates/Includes/Install_successfullyinstalled.ss b/templates/Includes/Install_successfullyinstalled.ss index a8ec723f..5aa8a0b5 100644 --- a/templates/Includes/Install_successfullyinstalled.ss +++ b/templates/Includes/Install_successfullyinstalled.ss @@ -14,7 +14,7 @@

- +

<%t 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" %>