Project

General

Profile

Bug #21151 » 12075.diff

Administrator Admin, 2009-09-29 19:31

View differences:

typo3/sysext/install/mod/class.tx_install.php (working copy)
} else {
$content = '<strong>No updates to perform!</strong>';
}
$content .= '
<div class="updateWizardBoxes">
<h3>Final Step</h3>
<p>When all updates are done you should check your database for required updates.<br />
Perform <strong>COMPARE DATABASE</strong> as often until no more changes are required.<br /><br />
<a href="index.php?TYPO3_INSTALL[type]=database&TYPO3_INSTALL[database_type]=cmpFile|CURRENT_TABLES#bottom">COMPARE DATABASE</a>
</p>
</div>';
break;
case 'getUserInput': // second step - get user input and ask for final confirmation
$title = 'Step 2 - Configuration of updates';
(1-1/3)