* (minor) Fixed bug #7029: tslib_cObj uses deprecated function call_user_method
* (feature) Added feature #6472: IRRE - Possibility to manipulate control items for each child records
* (minor) Fixed bug #7371: Query generator does not accept dates in where condition
+ * (tweak) Followup to #6087: Added missing labels localize.isLocalizable and localize.wasRemovedInOriginal
2008-02-03 Dmitry Dulepov <dmitry@typo3.org>
$cells['required'] = '<img name="'.$nameObjectFtId.'_req" src="clear.gif" width="10" height="10" hspace="4" vspace="3" alt="" />';
if (isset($rec['__create'])) {
- $cells['localize.isLocalizable'] = '<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/localize_green.gif','width="16" height="16"').' title="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:unHide'.($isPagesTable?'Page':''),1).'" alt="" />';
+ $cells['localize.isLocalizable'] = '<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/localize_green.gif','width="16" height="16"').' title="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_misc.xml:localize.isLocalizable'.($isPagesTable?'Page':''),1).'" alt="" />';
} elseif (isset($rec['__remove'])) {
- $cells['localize.wasRemovedInOriginal'] = '<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/localize_red.gif','width="16" height="16"').' title="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:unHide'.($isPagesTable?'Page':''),1).'" alt="" />';
+ $cells['localize.wasRemovedInOriginal'] = '<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/localize_red.gif','width="16" height="16"').' title="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_misc.xml:localize.wasRemovedInOriginal'.($isPagesTable?'Page':''),1).'" alt="" />';
}
// "Info": (All records)
<label index="CM_db_list">Web>List module</label>
<label index="noEditPage">You asked to edit page "%s" but you cannot edit this page. Now loading backend as usual.</label>
<label index="localize">Localize</label>
+ <label index="localize.isLocalizable">Record can be localized</label>
+ <label index="localize.wasRemovedInOriginal">Record was removed in original language</label>
<label index="localizeAllRecords">Localize all records</label>
<label index="synchronizeWithOriginalLanguage">Synchronize with original language</label>
</languageKey>