Index: typo3/mod/tools/em/class.em_index.php =================================================================== --- typo3/mod/tools/em/class.em_index.php (revision 5437) +++ typo3/mod/tools/em/class.em_index.php (working copy) @@ -755,7 +755,7 @@ $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'loaded', $GLOBALS['BACK_PATH'],''); $content.= '
'; - $content.= '

'; + $content.= '

'; $content.= '
@@ -825,11 +825,11 @@ '; - $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'avail', $GLOBALS['BACK_PATH'],'|
'); + $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'avail', $GLOBALS['BACK_PATH'], '|
'); $content.= 'If you want to use an extension in TYPO3, you should simply click the "plus" button '.$this->installButton().' .
Installed extensions can also be removed again - just click the remove button '.$this->removeButton().' .

'; $content .= '
'; - $content.= '


'; + $content.= '

'; $content.= $this->securityHint.'

'; $content.= ''.implode('',$lines).'
'; @@ -928,7 +928,7 @@ unset($list); // CSH: - $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'import_ter', $GLOBALS['BACK_PATH'],'|
'); + $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'import_ter', $GLOBALS['BACK_PATH'], '|
'); $onsubmit = "window.location.href='index.php?ter_connect=1&ter_search='+escape(this.elements['_lookUp'].value);return false;"; $content.= '



'; @@ -971,7 +971,7 @@ } } } else { - $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'import_ter', $GLOBALS['BACK_PATH'],'|
'); + $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'import_ter', $GLOBALS['BACK_PATH'], '|
'); $onsubmit = "window.location.href='index.php?ter_connect=1&ter_search='+escape(this.elements['_lookUp'].value);return false;"; $content.= '



'; @@ -983,7 +983,7 @@ } } else { // CSH - $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'import', $GLOBALS['BACK_PATH'],'|
'); + $content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'import', $GLOBALS['BACK_PATH'], '|
'); $onsubmit = "window.location.href='index.php?ter_connect=1&ter_search='+escape(this.elements['_lookUp'].value);return false;"; $content.= '

@@ -1059,7 +1059,7 @@ // Prepare the HTML output: $content.= ' - '.t3lib_BEfunc::cshItem('_MOD_tools_em', 'settings', $GLOBALS['BACK_PATH'],'|
').' + '.t3lib_BEfunc::cshItem('_MOD_tools_em', 'settings', $GLOBALS['BACK_PATH'], '|
').'
Security Settings @@ -1182,7 +1182,7 @@ // Prepare the HTML output: $content.= ' - '.t3lib_BEfunc::cshItem('_MOD_tools_em', 'translation', $GLOBALS['BACK_PATH'],'|
').' + ' . t3lib_BEfunc::cshItem('_MOD_tools_em', 'translation', $GLOBALS['BACK_PATH'], '|
') . '
Translation Settings
@@ -2180,7 +2180,7 @@ } // Show details: - $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'info', $GLOBALS['BACK_PATH'],'|
'); + $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'info', $GLOBALS['BACK_PATH'], '|
'); $content.= $this->extInformationArray($extKey,$list[$extKey]); $this->content.=$this->doc->spacer(10); @@ -2197,7 +2197,7 @@ list($list,)=$this->getInstalledExtensions(); } else { // CSH: - $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'upload', $GLOBALS['BACK_PATH'],'|
'); + $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'upload', $GLOBALS['BACK_PATH'], '|
'); // Upload: if (substr($extKey,0,5)!='user_') { @@ -2218,7 +2218,7 @@ $content = $this->extDelete($extKey,$list[$extKey]); $this->content.=$this->doc->section('Delete',$content,0,1); } else { - $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'backup_delete', $GLOBALS['BACK_PATH'],'|
'); + $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'backup_delete', $GLOBALS['BACK_PATH'], '|
'); $content.= $this->extBackup($extKey,$list[$extKey]); $this->content.=$this->doc->section('Backup',$content,0,1); @@ -2233,7 +2233,7 @@ $this->extDumpTables($extKey,$list[$extKey]); break; case 'edit': - $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'editfiles', $GLOBALS['BACK_PATH'],'|
'); + $content = t3lib_BEfunc::cshItem('_MOD_tools_em', 'editfiles', $GLOBALS['BACK_PATH'], '|
'); $content.= $this->getFileListOfExtension($extKey,$list[$extKey]); $this->content.=$this->doc->section('Extension files',$content,0,1); @@ -2300,8 +2300,8 @@ if ($returnUrl) { $content.= ' -
-
+
+
Return '; } @@ -5324,7 +5324,7 @@ if (is_file(PATH_site.'typo3temp/extensions.xml.gz')) { $content = $this->showExtensionsToUpdate() .t3lib_BEfunc::getFuncCheck(0, 'SET[display_installed]', $this->MOD_SETTINGS['display_installed'], '', '', 'id="checkDisplayInstalled"') - .' 
' + . ' 
' .t3lib_BEfunc::getFuncCheck(0, 'SET[display_files]', $this->MOD_SETTINGS['display_files'], '', '', 'id="checkDisplayFiles"') .' '; $this->content .= $this->doc->section($LANG->sL('LLL:EXT:lang/locallang_mod_tools_em.xml:header_upd_ext'), $content, 0, 1); @@ -5421,7 +5421,7 @@ } } - return $content.'

'; + return $content . '
'; } }