[TYPO3-dev] Temporary solution for FE-editing for TemplaVoila

tapio tapio.markula at dnainternet.net
Tue Mar 21 13:22:27 CET 2006


Hi

Some other information

Sorry but I have Typo3 3.8.1 and I don't know what are changes between 
TemplaVoila 0.4 and 0.6.
XCLASS changed files are mod1/index.php, 
mod1/locallang_db_new_content_el.php, 
mod1/class.tx_templavoila_mod1_sidebar.php

the function function renderFrameWork(

would need a bugfix but because I don't need if it has already fixed I 
would not do that

$finalContent =
			($errorLineBefore ? '<br />'.$errorLineBefore : ''). '
...
<td nowrap="nowrap" align="right" valign="top">'.
					$linkCustom.
					$linkMakeLocal.
					$linkCopy.
					$linkCut.
					$linkRef.
					$linkUnlink.
					($isLocal ? 
$this->linkEdit('<img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/edit2.gif','').' 
title="'.($dsInfo['el']['table']=='pages' ? $LANG->getLL 
('editpageheader') : $LANG->getLL ('editrecord')).'" border="0" alt="" 
/>',$dsInfo['el']['table'],$dsInfo['el']['id']) : '').
				'</td>
It has a language bug:

The *title* should be different if the table is 'tt_content' or 'pages'

in addition language labels should take from as far as possible from 
*core language libraries*. *only if* the core language files don't have 
suitable language label plugin-related labels are used.

In TemplaVoila 0.4 this is *generic bug* - this kinds of language issues 
should be fixed.




More information about the TYPO3-dev mailing list