Bug #20163 » rtehtmlarea_bugfix_10665_trunk.patch
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) {
|