In an attempt to have the Remote Repository tab become a place to
search and install new extensions, the tiny upload .t3x icon next
to the filter textbox in "Local Extension List" should be moved.
Change-Id: I198dc95ecd8dcd953f699428d7118a9670d6b277
Resolves: #29587
Releases: 4.6
Reviewed-on: http://review.typo3.org/4893
Tested-by: Soren Malling
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Steffen Gebert
Tested-by: Steffen Gebert
scope: this,
hidden: true
},
- '-',
- {
- iconCls: 't3-icon t3-icon-actions t3-icon-actions-edit t3-icon-edit-upload',
- tooltip: TYPO3.l10n.localize('upload_ext_directly'),
- ref: '../uploadButton',
- handler: function() {
- TYPO3.EM.Tools.uploadExtension();
- },
- scope: this
- },
'->',
{
xtype: 'tbtext',
scope: this,
hidden: true
},
+ '-',
+ {
+ iconCls: 't3-icon t3-icon-actions t3-icon-actions-edit t3-icon-edit-upload',
+ tooltip: TYPO3.l10n.localize('upload_ext_directly'),
+ ref: '../uploadButton',
+ handler: function() {
+ TYPO3.EM.Tools.uploadExtension();
+ },
+ scope: this
+ },
+ '-',
'->',
{
xtype: 'tbtext',
}
});
-Ext.reg('remoteextlist', TYPO3.EM.RepositoryList);
\ No newline at end of file
+Ext.reg('remoteextlist', TYPO3.EM.RepositoryList);