Project

General

Profile

Bug #20163 » rtehtmlarea_bugfix_10665_trunk.patch

Administrator Admin, 2009-04-10 06:13

View differences:

typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail)
$this->editedContentCSS = $skinDir . '/htmlarea-edited-content.css';
$this->addStyleSheet(
'rtehtmlarea-editing-area-skin',
$this->editedContentCSS,
'htmlArea RTE Editing Area Skin',
'alternate stylesheet'
$this->editedContentCSS
);
// Main skin
$this->addStyleSheet(
'rtehtmlarea-skin',
$this->editorCSS,
'htmlArea RTE Skin'
$this->editorCSS
);
// Additional icons from registered plugins
foreach ($this->pluginEnabledCumulativeArray[$this->TCEform->RTEcounter] as $pluginId) {
(1-1/2)