Project

General

Profile

Bug #21428 » 12437.diff

Administrator Admin, 2009-11-03 19:19

View differences:

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: [{
(2-2/7)