This commit is contained in:
Daniel
2017-09-15 14:25:42 +00:00
parent 9dec186a1a
commit 49fab7bd4c
4 changed files with 14 additions and 8 deletions

View File

@@ -322,7 +322,8 @@ Ext.onReady(function(){
newTypeProcess = { newTypeProcess = {
xtype: "tbsplit", xtype: "tbsplit",
text: _("ID_NEW"), text: _("ID_NEW"),
iconCls: "button_menu_ext ss_sprite ss_add", iconCls: "button_menu_ext",
icon: "/images/add_18.png",
menu: arrayMenuNewOption, menu: arrayMenuNewOption,
listeners: { listeners: {
"click": function (obj, e) "click": function (obj, e)
@@ -344,7 +345,8 @@ Ext.onReady(function(){
} }
newTypeProcess = { newTypeProcess = {
text: _("ID_NEW"), text: _("ID_NEW"),
iconCls: "button_menu_ext ss_sprite ss_add", iconCls: "button_menu_ext",
icon: "/images/add_18.png",
handler: handler handler: handler
}; };
} }
@@ -480,8 +482,8 @@ Ext.onReady(function(){
'-' '-'
,{ ,{
text: _('ID_EDIT'), text: _('ID_EDIT'),
iconCls: 'button_menu_ext ss_sprite ss_pencil', iconCls: 'button_menu_ext',
//icon: '/images/edit.gif', icon: '/images/pencil.png',
handler: editProcess handler: editProcess
},/*{ },/*{
text: 'Edit (New Editor)', text: 'Edit (New Editor)',
@@ -497,7 +499,8 @@ Ext.onReady(function(){
disabled:true disabled:true
},{ },{
text: _('ID_DELETE'), text: _('ID_DELETE'),
iconCls: "button_menu_ext ss_sprite ss_cross", iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler:deleteProcess handler:deleteProcess
},{ },{
xtype: 'tbseparator' xtype: 'tbseparator'
@@ -513,7 +516,8 @@ Ext.onReady(function(){
},{ },{
id: 'deleteCasesId', id: 'deleteCasesId',
text: _('ID_DELETE_CASES'), text: _('ID_DELETE_CASES'),
iconCls: "button_menu_ext ss_sprite ss_cross", iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler: deleteCases, handler: deleteCases,
hidden: true hidden: true
},{ },{
@@ -702,7 +706,8 @@ Ext.onReady(function(){
var arrayContextMenuOption = [ var arrayContextMenuOption = [
{ {
text: _("ID_EDIT"), text: _("ID_EDIT"),
iconCls: "button_menu_ext ss_sprite ss_pencil", iconCls: "button_menu_ext",
icon: "/images/pencil.png",
handler: editProcess handler: editProcess
}, },
{ {
@@ -718,7 +723,8 @@ Ext.onReady(function(){
}, },
{ {
text: _("ID_DELETE"), text: _("ID_DELETE"),
iconCls: "button_menu_ext ss_sprite ss_cross", iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler: deleteProcess handler: deleteProcess
}, },
menuExportOption, menuExportOption,

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B