TYPO3.EM.GridColumns.InstallExtension = {
header: '',
- width: 45,
+ width: 29,
sortable: false,
hideable: false,
fixed: true,
});
}
}
- },
- {
- hidden: (TYPO3.settings.EM.inlineToWindow == 0),
- getClass: function(value, meta, record) {
- meta.css += ' paddingActionIcon';
- if (TYPO3.settings.EM.inlineToWindow == 1) {
- return 't3-icon t3-icon-actions t3-icon-actions-document t3-icon-document-info';
- }
- return '';
- },
- handler: function(grid, rowIndex, colIndex) {
- grid.showExtInfoInWindow(rowIndex);
- }
}
]
};
TYPO3.EM.GridColumns.ImportExtension = {
header: '',
- width: 45,
+ width: 29,
sortable: false,
fixed: true,
groupable: false,
Ext.getCmp('emInstallIframeWindow').setUrl(link);
});
}
- },
- {
- getClass: function(value, meta, record) {
- meta.css += ' paddingActionIcon';
- if (TYPO3.settings.EM.inlineToWindow == 1) {
- return 't3-icon t3-icon-actions t3-icon-actions-document t3-icon-document-info';
- }
- return '';
- },
- handler: function(grid, rowIndex, colIndex) {
- grid.showExtInfoInWindow(rowIndex);
- }
}
]
};