Bug #21428 » 12437.diff
typo3/sysext/recycler/mod1/index.php (working copy) | ||
---|---|---|
$this->getTemplateMarkers()
|
||
);
|
||
$content.= $this->doc->endPage();
|
||
$content.= $this->doc->insertStylesAndJS($this->content);
|
||
$this->content = null;
|
||
$this->doc = null;
|
typo3/sysext/recycler/res/css/customExtJs.css (working copy) | ||
---|---|---|
body#ext-recycler-mod1-index-php {
|
||
margin-left: 0;
|
||
}
|
||
#recyclerContent {
|
||
margin-left: 4px;
|
||
}
|
||
body .x-panel { margin-bottom:20px; }
|
||
.icon-grid { background-image:url('../icons/recycler2.gif') !important; }
|
typo3/sysext/recycler/res/js/t3_recycler.js (working copy) | ||
---|---|---|
renderTo: Recycler.statics.renderTo,
|
||
layoutOnTabChange: true,
|
||
activeTab: 0,
|
||
width: '99%',
|
||
width: '98%',
|
||
height: 600,
|
||
frame: true,
|
||
border: false,
|
||
defaults: {autoScroll: true},
|
||
defaults: {autoScroll: false},
|
||
plain: true,
|
||
buttons: [{
|
||