Project

General

Profile

Bug #20163 » rtehtmlarea_bugfix_10665_typo3_4-2.patch

Administrator Admin, 2009-04-10 06:25

View differences:

typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail)
$this->editorCSS = $skinFilename;
// Editing area style sheet
$this->editedContentCSS = $skinDir . '/htmlarea-edited-content.css';
$skin = '<link rel="alternate stylesheet" type="text/css" href="' . $this->editedContentCSS . '" title="HTMLArea RTE Editing Area CSS" />';
$skin = '<link rel="stylesheet" type="text/css" href="' . $this->editedContentCSS . '" />';
// Main skin
$skin .= '
<link rel="stylesheet" type="text/css" href="' . $this->editorCSS . '" title="HTMLArea RTE Skin" />';
<link rel="stylesheet" type="text/css" href="' . $this->editorCSS . '" />';
// Additional icons from registered plugins
foreach ($this->pluginEnabledCumulativeArray[$this->TCEform->RTEcounter] as $pluginId) {
if (is_object($this->registeredPlugins[$pluginId])) {
(2-2/2)