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

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B