Index: typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (révision 8062) +++ typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (copie de travail) @@ -104,6 +104,9 @@ padding: 0; margin: 1px 0 1px 2px; } +body.ext-ie6 .htmlarea .toolbar .x-btn-text { + background-image: url("images/sprites/actions.gif"); +} /* fixing button background-color and border-color in IE6 */ body.ext-ie6 .htmlarea .toolbar .buttonHover, .htmlarea .toolbar .buttonHover { @@ -197,6 +200,7 @@ margin: 0; padding: 0 3px; line-height: 20px; + font-family: Verdana, Helvetica, Geneva, Arial, sans-serif; } .htmlarea .statusBar .statusBarTree a { color:ButtonText; @@ -217,6 +221,9 @@ margin-top: 2px; height: 22px; } +body.ext-ie6 .htmlarea-window .x-panel-icon { + background-image: url("images/sprites/actions.gif"); +} .htmlarea-window ul.x-tab-strip { list-style: none; } @@ -367,12 +374,8 @@ width: 18px; height: 18px; } -/* Remove the icons in IE6 as they are not iepngfixed */ -body.ext-ie6 .htmlarea-context-menu a.x-menu-item { - padding-left: 3px; -} body.ext-ie6 .htmlarea-context-menu .x-menu-item-icon { - background-image: none; + background-image: url("images/sprites/actions.gif"); } /* Window status bar selectors */ .htmlarea-window .status-ready { Index: typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.gif =================================================================== Impossible d'afficher : fichier considéré comme binaire. svn:mime-type = application/octet-stream Modification de propriétés sur typo3\sysext\rtehtmlarea\htmlarea\skins\default\images\sprites\actions.gif ___________________________________________________________________ Ajouté : svn:mime-type + application/octet-stream Index: typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php =================================================================== --- typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php (révision 8062) +++ typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php (copie de travail) @@ -207,7 +207,6 @@ // Preloading the pageStyle and including RTE skin stylesheets $this->addPageStyle(); $this->addSkin(); - $this->addPngFix(); $pageRenderer->addCssFile($this->siteURL . 't3lib/js/extjs/ux/resize.css'); // Loading JavaScript files and code $pageRenderer->loadExtJs(); @@ -273,18 +272,6 @@ $pageRenderer->addCssFile($href, $relation, 'screen', $title); } /** - * Add iepngfix js and inline css for IE6, if available (t3skin must be loaded) - * - * @return void - */ - protected function addPngFix() { - if ($this->client['browser'] == 'msie' && $this->client['version'] < 7 && t3lib_extMgm::isLoaded('t3skin')) { - $pageRenderer = $GLOBALS['TSFE']->getPageRenderer(); - $pageRenderer->addJsFile($this->siteURL . t3lib_extMgm::siteRelPath('t3skin') . 'pngfix/iepngfix.js'); - $pageRenderer->addCssInlineBlock('htmlarea-iepngfix', ".htmlarea .toolbar .x-btn-text, .htmlarea-window .x-panel-icon { behavior: url('" . $this->siteURL . t3lib_extMgm::siteRelPath('t3skin') . 'pngfix/iepngfix.php' . "\');"); - } - } - /** * Return true if we are in the FE, but not in the FE editing feature of BE. * * @return boolean Index: typo3/sysext/t3skin/rtehtmlarea/htmlarea.css =================================================================== --- typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (révision 8062) +++ typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) @@ -104,6 +104,9 @@ padding: 0; margin: 1px 0 1px 2px; } +body.ext-ie6 .htmlarea .toolbar .x-btn-text { + background-image: url("images/sprites/actions.gif"); +} /* fixing button background-color and border-color in IE6 */ body.ext-ie6 .htmlarea .toolbar .buttonHover, .htmlarea .toolbar .buttonHover { @@ -202,6 +205,7 @@ margin: 0; padding: 0 3px; line-height: 20px; + font-family: Verdana, Helvetica, Geneva, Arial, sans-serif; } .htmlarea .statusBar .statusBarTree a { color:#FFFFFF; @@ -222,6 +226,9 @@ margin-top: 2px; height: 22px; } +body.ext-ie6 .htmlarea-window .x-panel-icon { + background-image: url("images/sprites/actions.gif"); +} .htmlarea-window ul.x-tab-strip { list-style: none; } @@ -372,12 +379,8 @@ width: 18px; height: 18px; } -/* Remove the icons in IE6 as they are not iepngfixed */ -body.ext-ie6 .htmlarea-context-menu a.x-menu-item { - padding-left: 3px; -} body.ext-ie6 .htmlarea-context-menu .x-menu-item-icon { - background-image: none; + background-image: url("images/sprites/actions.gif"); } /* Window status bar selectors */ .htmlarea-window .status-ready { Index: typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.gif =================================================================== Impossible d'afficher : fichier considéré comme binaire. svn:mime-type = application/octet-stream Modification de propriétés sur typo3\sysext\t3skin\rtehtmlarea\images\sprites\actions.gif ___________________________________________________________________ Ajouté : svn:mime-type + application/octet-stream