Bug #21130 » 0012046_v3.patch
ChangeLog (Arbeitskopie) | ||
---|---|---|
2009-09-25 Oliver Hader <oliver@typo3.org>
|
||
* Fixed bug #12046: Skinning possibilities are not available with frontend editing
|
||
2009-09-25 Benjamin Mack <benni@typo3.org>
|
||
* Added feature #11793: Give CONTENT.table stdWrap properties (thanks to Sebastian Gebhard)
|
t3lib/class.t3lib_tsfebeuserauth.php (Arbeitskopie) | ||
---|---|---|
if (isset($this->extAdminConfig['enable.'])) {
|
||
foreach($this->extAdminConfig['enable.'] as $key => $value) {
|
||
if ($value) {
|
||
$GLOBALS['TSFE']->includeTCA();
|
||
$this->adminPanel = t3lib_div::makeInstance('tslib_AdminPanel');
|
||
$this->extAdmEnabled = true;
|
||
typo3/sysext/t3skin/ext_tables.php (Arbeitskopie) | ||
---|---|---|
<?php
|
||
if (!defined ('TYPO3_MODE')) die ('Access denied.');
|
||
if (TYPO3_MODE=='BE') {
|
||
if (TYPO3_MODE == 'BE' || (TYPO3_MODE == 'FE' && isset($GLOBALS['BE_USER']) && $GLOBALS['BE_USER']->isFrontendEditingActive())) {
|
||
global $TBE_STYLES;
|
||
// Support for other extensions to add own icons...
|
||
$presetSkinImgs = is_array($TBE_STYLES['skinImg']) ?
|
typo3/sysext/t3skin/ext_emconf.php (Arbeitskopie) | ||
---|---|---|
'priority' => '',
|
||
'loadOrder' => '',
|
||
'module' => '',
|
||
'doNotLoadInFE' => 1,
|
||
'doNotLoadInFE' => 0,
|
||
'state' => 'stable',
|
||
'internal' => 0,
|
||
'uploadfolder' => 0,
|
- « Previous
- 1
- 2
- Next »