Project

General

Profile

Bug #21182 » 12110.diff

Administrator Admin, 2009-10-04 13:37

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
<td>' . ($extInfo['EM_CONF']['lockType'] ?
$extInfo['EM_CONF']['lockType'] : '') . '</td>' .
$this->helpCol('lockType') . '</tr>';
$lines[] = '<tr class="bgColor4"><td>' . $GLOBALS['LANG']->getLL('extInfoArray_load_in_fe') . '</td>
<td>' . ($extInfo['EM_CONF']['doNotLoadInFE'] ?
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:no')
: $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes')) . '</td>' .
$this->helpCol('doNotLoadInFE') . '</tr>';
$lines[] = '<tr class="bgColor4"><td>' . $GLOBALS['LANG']->getLL('extInfoArray_modifies_tables') . '</td>
<td>' . $extInfo['EM_CONF']['modify_tables'] . '</td>' .
$this->helpCol('modify_tables') . '</tr>';
typo3/sysext/lang/locallang_mod_tools_em.xml (working copy)
<label index="extInfoArray_clear_cache">Clear cache?</label>
<label index="extInfoArray_incl_modules">Includes modules:</label>
<label index="extInfoArray_lock_type">Lock Type?</label>
<label index="extInfoArray_load_in_fe">Load in Frontend:</label>
<label index="extInfoArray_modifies_tables">Modifies tables:</label>
<label index="extInfoArray_inst_status">Installation status:</label>
<label index="extInfoArray_inst_type">Type of installation:</label>
(1-1/2)