De: Rene Silva

Íconos en Processes.

14122010
This commit is contained in:
rene
2010-12-14 19:24:50 +00:00
parent a1a94e860e
commit af54326695
3 changed files with 877 additions and 875 deletions

View File

@@ -166,20 +166,20 @@ Ext.onReady(function(){
tbar:[ tbar:[
{ {
text:TRANSLATIONS.ID_NEW, text:TRANSLATIONS.ID_NEW,
iconCls: 'silk-add', iconCls: 'button_menu_ext ss_sprite ss_add',
icon: '/images/addc.png', //icon: '/images/addc.png',
handler: newProcess handler: newProcess
}, },
'-' '-'
,{ ,{
text:TRANSLATIONS.ID_EDIT, text:TRANSLATIONS.ID_EDIT,
iconCls: 'silk-add', iconCls: 'button_menu_ext ss_sprite ss_pencil',
icon: '/images/edit.gif', //icon: '/images/edit.gif',
handler: editProcess handler: editProcess
},{ },{
text:TRANSLATIONS.ID_EDIT, text:TRANSLATIONS.ID_EDIT,
iconCls: 'silk-add', iconCls: 'button_menu_ext',
icon: '/images/edit.gif', icon: '/images/pencil_beta.png',
handler: editNewProcess handler: editNewProcess
},{ },{
text:TRANSLATIONS.ID_STATUS, text:TRANSLATIONS.ID_STATUS,
@@ -190,8 +190,8 @@ Ext.onReady(function(){
disabled:true disabled:true
},{ },{
text:TRANSLATIONS.ID_DELETE, text:TRANSLATIONS.ID_DELETE,
iconCls: 'silk-add', iconCls: 'button_menu_ext ss_sprite ss_delete',
icon: '/images/delete-16x16.gif', //icon: '/images/delete-16x16.gif',
handler:deleteProcess handler:deleteProcess
},{ },{
xtype: 'tbseparator' xtype: 'tbseparator'
@@ -211,8 +211,8 @@ Ext.onReady(function(){
icon: '/images/export.png', icon: '/images/export.png',
},*/{ },*/{
text:TRANSLATIONS.ID_BROWSE_LIBRARY, text:TRANSLATIONS.ID_BROWSE_LIBRARY,
iconCls: 'silk-add', iconCls: 'button_menu_ext ss_sprite ss_world',
icon: '/images/icon-pmwebservices.png', //icon: '/images/icon-pmwebservices.png',
handler: browseLibrary handler: browseLibrary
}, },
{ {

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B