mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
added icons to add,remove and reload toolbars
This commit is contained in:
@@ -38,9 +38,9 @@ Sonia.rest.Panel = Ext.extend(Ext.Panel, {
|
||||
reloadText: 'Reload',
|
||||
|
||||
// icons
|
||||
addIcon: '',
|
||||
removeIcon: '',
|
||||
reloadIcon: '',
|
||||
addIcon: 'resources/images/add.gif',
|
||||
removeIcon: 'resources/images/delete.gif',
|
||||
reloadIcon: 'resources/images/reload.gif',
|
||||
|
||||
initComponent: function(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user