Project

General

Profile

Bug #22958 » 14816.diff

Administrator Admin, 2010-06-22 07:30

View differences:

typo3/index.php (working copy)
$mainContent = t3lib_parsehtml::getSubpart($GLOBALS['TBE_TEMPLATE']->moduleTemplate, '###PAGE###');
if ($GLOBALS['TBE_STYLES']['logo_login']) {
$logo = '<img src="'.htmlspecialchars($GLOBALS['BACK_PATH'] . $GLOBALS['TBE_STYLES']['logo_login']) . '" alt="" />';
$logo = '<img src="'.htmlspecialchars($GLOBALS['BACK_PATH'] . $GLOBALS['TBE_STYLES']['logo_login']) . '" class="login-box" alt="" />';
} else {
$logo = '<img'.t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'],'gfx/typo3logo.gif','width="123" height="34"').' alt="" />';
}
typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (working copy)
&& strpos($userAgent, 'MSIE 7') === false) {
//make sure we match IE6 but not Opera or IE7
$parent->loadJavascriptLib('sysext/t3skin/pngfix/iepngfix.js');
$params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon, .htmlarea .toolbar .x-btn-text, .htmlarea-window .x-panel-icon { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "\');");
$params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon, .htmlarea .toolbar .x-btn-text, .htmlarea-window .x-panel-icon, .login-box { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "');}");
}
}
typo3/sysext/t3skin/templates/login.html (working copy)
###LOGO###
</div>
<div id="t3-login-form-inner" class="t3-login-box">
<div class="shadow-box-top-428"></div>
<div class="shadow-box-top-428 login-box"></div>
<div class="t3-headline">
<h2>###HEADLINE###</h2>
</div>
......
<div class="t3-login-bottomBorder"></div>
<script type="text/javascript" src="sysext/t3skin/resources/login.js"></script>
</div>
<div class="shadow-box-bottom-424"></div>
<div class="shadow-box-bottom-424 login-box"></div>
</div>
###NEWS###
</div>
(1-1/2)