Index: typo3/install/index.php =================================================================== --- typo3/install/index.php (revision 7566) +++ typo3/install/index.php (working copy) @@ -85,11 +85,18 @@ 'title' => 'The install tool is locked', 'content' => '

- Fix: Create a file named ENABLE_INSTALL_TOOL - and put it into the folder typo3conf/ -
- This file may simply be empty. + To enable access to the install tool, you have the following options:

+

For security reasons, it is highly recommended to rename or delete the file after the operation is finished. Index: typo3/stylesheets/install/install.css =================================================================== --- typo3/stylesheets/install/install.css (revision 7566) +++ typo3/stylesheets/install/install.css (working copy) @@ -47,3 +47,19 @@ background-color: #fbffb3; border-color: #c4b70d; } + +.typo3-message ul { + padding-left: 20px; +} + +.typo3-message a { + color: #212424; +} + +.typo3-message a:hover { + color: #000000; +} + +.standalone #t3-install-locked-warning-use-user-settings, .standalone #option-plural { + display: none; +}