Bug #26926 ยป extmanager-labels.diff
typo3/sysext/em/classes/install/class.tx_em_install.php | ||
---|---|---|
$dbStatus['static'][$table]['count'] = $insertCount[$table];
|
||
$out .= '<tr>
|
||
<td><input type="checkbox" name="TYPO3_INSTALL[database_import][' . $table . ']" checked="checked" value="' . md5($definition) . '" /></td>
|
||
<td><strong>' . $table . '</strong></td>
|
||
<td><input type="checkbox" id="check_table_' . $table . '" name="TYPO3_INSTALL[database_import][' . $table . ']" checked="checked" value="' . md5($definition) . '" /></td>
|
||
<td><strong><label for="check_table_' . $table . '">' . $table . '</label></strong></td>
|
||
<td><img src="clear.gif" width="10" height="1" alt="" /></td>
|
||
<td nowrap="nowrap">' .
|
||
($insertCount[$table] ?
|