FBI-1025
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
BIN
workflow/public_html/images/add_18.png
Normal file
BIN
workflow/public_html/images/add_18.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 767 B |
BIN
workflow/public_html/images/delete_16.png
Normal file
BIN
workflow/public_html/images/delete_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 343 B |
BIN
workflow/public_html/images/pencil.png
Normal file
BIN
workflow/public_html/images/pencil.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 529 B |
Reference in New Issue
Block a user