Feature #18845 » 8508_2.diff
t3lib/class.t3lib_befunc.php 2008-08-19 18:19:24.000000000 +0200 | ||
---|---|---|
if (count($warnings)) {
|
||
$style = ' style="margin-bottom:10px;"';
|
||
$content = '<table border="0" cellpadding="0" cellspacing="0" class="warningbox"><tr><td>'.
|
||
$GLOBALS['TBE_TEMPLATE']->icons(3).'Important notice!<br /><ul><li'.$style.'>'.
|
||
implode('</li><li'.$style.'>', $warnings).'</li></ul>'.
|
||
$content = '<table border="0" cellpadding="0" cellspacing="0" class="warningbox"><tr><td>' .
|
||
$GLOBALS['TBE_TEMPLATE']->icons(3) . '<span class="warningboxheader">' .
|
||
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:warning.header') .
|
||
'</span><br /><ul><li' . $style.'>' .
|
||
implode('</li><li' . $style . '>', $warnings) . '</li></ul>' .
|
||
'</td></tr></table>';
|
||
unset($warnings);
|
||
... | ... | |
return $script;
|
||
}
|
||
}
|
||
?>
|
||
?>
|
||
-- typo3/stylesheet-orig.css 2008-08-19 18:21:14.000000000 +0200
|
||
++ typo3/stylesheet.css 2008-08-19 19:12:08.000000000 +0200
|
||
... | ... | |
margin: 10px 0px 10px 0px;
|
||
}
|
||
span.warningboxheader {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
/* - - - - - - - - - - - - - - - - - - - - -
|
||
-- typo3/sysext/lang/locallang_core-orig.xml 2008-08-19 19:45:34.000000000 +0200
|
||
++ typo3/sysext/lang/locallang_core.xml 2008-08-19 19:46:19.000000000 +0200
|
||
... | ... | |
<label index="cm.copyFolder_into">Copy folder into</label>
|
||
<label index="cm.moveFolder_into">Move folder into</label>
|
||
<label index="cm.createNewRelation">Create new relation</label>
|
||
<label index="warning.header">Important Notice!</label>
|
||
<label index="warning.install_password">The Install Tool is still using the default password "joh316". Update this within the %sAbout section%s of the Install Tool.</label>
|
||
<label index="warning.backend_admin">The default backend user "admin" with password "password" is still present. %sEdit this account%s, either deleting it completely or changing the username and password.</label>
|
||
<label index="warning.file_deny_pattern">The value of fileDenyPattern is not set to its default:%s If TYPO3 is running on Apache, a customized value might enable backend or frontend users to execute malicious php scripts.</label>
|
||
... | ... | |
<label index="toolbarItems.search">Search</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|
||
</T3locallang>
|
- « Previous
- 1
- 2
- 3
- Next »