From: Christoph Buchli Date: Tue, 27 Aug 2013 17:12:13 +0000 (+0200) Subject: [BUGFIX] Install Tool: Correct Browser-Title if locked X-Git-Tag: TYPO3_6-2-0alpha3~184 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/eae031882f47e175acca57f5c5627d4031612958 [BUGFIX] Install Tool: Correct Browser-Title if locked If the Install Tool is locked, the login-screen states whether the cause to this is if the ENABLE_INSTALL_TOOL file doesn't exist (and therefore it's locked) or if no password is set. Currently, the Browser-Title states "No install tool password set" even if it's set but the ENABLE_INSTALL_TOOL file doesn't exist. This Patch sets the correct title in the browser-window: "The Install Tool is locked". Resolves: #51408 Release: 6.2 Change-Id: Ia9d25a884667404408a2ef6a375d95f7509d8d9d Reviewed-on: https://review.typo3.org/23373 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- diff --git a/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.html b/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.html index 99a581fcb168..7c9f7b656006 100644 --- a/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.html +++ b/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.html @@ -1,7 +1,7 @@ - No install tool password set + The Install Tool is locked @@ -31,4 +31,4 @@ - \ No newline at end of file +