Index: typo3/index.php =================================================================== --- typo3/index.php (revision 8017) +++ typo3/index.php (working copy) @@ -306,7 +306,7 @@ $mainContent = t3lib_parsehtml::getSubpart($GLOBALS['TBE_TEMPLATE']->moduleTemplate, '###PAGE###'); if ($GLOBALS['TBE_STYLES']['logo_login']) { - $logo = ''; + $logo = ''; } else { $logo = ''; } Index: typo3/sysext/t3skin/pngfix/class.tx_templatehook.php =================================================================== --- typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (revision 8017) +++ typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (working copy) @@ -10,7 +10,7 @@ && 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' . "');}"); } } Index: typo3/sysext/t3skin/pngfix/iepngfix.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: typo3\sysext\t3skin\pngfix\iepngfix.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Index: typo3/sysext/t3skin/templates/login.html =================================================================== --- typo3/sysext/t3skin/templates/login.html (revision 8017) +++ typo3/sysext/t3skin/templates/login.html (working copy) @@ -5,7 +5,7 @@ ###LOGO###
-
+

###HEADLINE###

@@ -26,7 +26,7 @@
-
+
###NEWS###