Merged in bugfix/FBI-1025 (pull request #6061)

FBI-1025

Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
Daniel Canedo
2017-09-20 15:01:24 +00:00
committed by Julio Cesar Laura Avendaño
4 changed files with 14 additions and 8 deletions

View File

@@ -319,7 +319,8 @@ Ext.onReady(function(){
newTypeProcess = {
xtype: "tbsplit",
text: _("ID_NEW"),
iconCls: "button_menu_ext ss_sprite ss_add",
iconCls: "button_menu_ext",
icon: "/images/add_18.png",
menu: arrayMenuNewOption,
listeners: {
"click": function (obj, e)
@@ -341,7 +342,8 @@ Ext.onReady(function(){
}
newTypeProcess = {
text: _("ID_NEW"),
iconCls: "button_menu_ext ss_sprite ss_add",
iconCls: "button_menu_ext",
icon: "/images/add_18.png",
handler: handler
};
}
@@ -477,8 +479,8 @@ Ext.onReady(function(){
'-'
,{
text: _('ID_EDIT'),
iconCls: 'button_menu_ext ss_sprite ss_pencil',
//icon: '/images/edit.gif',
iconCls: 'button_menu_ext',
icon: '/images/pencil.png',
handler: editProcess
},/*{
text: 'Edit (New Editor)',
@@ -494,7 +496,8 @@ Ext.onReady(function(){
disabled:true
},{
text: _('ID_DELETE'),
iconCls: "button_menu_ext ss_sprite ss_cross",
iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler:deleteProcess
},{
xtype: 'tbseparator'
@@ -510,7 +513,8 @@ Ext.onReady(function(){
},{
id: 'deleteCasesId',
text: _('ID_DELETE_CASES'),
iconCls: "button_menu_ext ss_sprite ss_cross",
iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler: deleteCases,
hidden: true
},{
@@ -699,7 +703,8 @@ Ext.onReady(function(){
var arrayContextMenuOption = [
{
text: _("ID_EDIT"),
iconCls: "button_menu_ext ss_sprite ss_pencil",
iconCls: "button_menu_ext",
icon: "/images/pencil.png",
handler: editProcess
},
{
@@ -715,7 +720,8 @@ Ext.onReady(function(){
},
{
text: _("ID_DELETE"),
iconCls: "button_menu_ext ss_sprite ss_cross",
iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler: deleteProcess
},
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