Project

General

Profile

Feature #20953 » 11822.diff

Administrator Admin, 2009-08-30 01:21

View differences:

typo3/index.php (working copy)
// can use these markers as well and it will be replaced
'HEADLINE' => $GLOBALS['LANG']->getLL('headline', true),
'INFO' => $GLOBALS['LANG']->getLL('info.jscookies', true),
'IE6_WARNING' => $GLOBALS['LANG']->getLL('info.ie6warning', true),
'ERROR_JAVASCRIPT' => $GLOBALS['LANG']->getLL('error.javascript', true),
'ERROR_COOKIES' => $GLOBALS['LANG']->getLL('error.cookies', true),
'LABEL_DONATELINK' => $GLOBALS['LANG']->getLL('labels.donate', true),
typo3/templates/login.html (working copy)
<td colspan="2"><p class="c-wrong">###ERROR_MESSAGE###</p></td>
</tr>
<!-- ###LOGIN_ERROR### end -->
<!--[if lte IE 6]>
<tr class="c-wrong">
<td colspan="2"><p class="c-wrong">###IE6_WARNING###</p></td>
</tr>
<![endif]-->
<tr class="c-username">
<td><label for="username" class="c-username">###LABEL_USERNAME###:</label></td>
<td><input type="text" id="username" name="username" value="###VALUE_USERNAME###" class="c-username" /></td>
typo3/sysext/lang/locallang_login.xml (working copy)
<label index="availableInterfaces">Backend,Front End,Traditional Backend</label>
<label index="headline">Administration Login on ###SITENAME###</label>
<label index="info.jscookies">(Note: Cookies and JavaScript must be enabled!)</label>
<label index="info.ie6warning">Attention: Your browser is outdated and might not be supported in future versions of TYPO3. Please upgrade to a more recent browser!</label>
<label index="newsheadline">Important Messages:</label>
<label index="error.login">Your login attempt did not succeed. Make sure to spell your username and password correctly, including upper/lowercase characters.</label>
<label index="error.javascript">Activate JavaScript, please!</label>
(1-1/2)