FBI-2401:RTL> Styles have been broken in 3.2.3 with an RTL language

Icons Case
This commit is contained in:
Fabio Guachalla
2018-05-16 09:23:31 -04:00
parent d2d5b9454e
commit 9bf735c56b
13 changed files with 21 additions and 10 deletions

View File

@@ -703,7 +703,6 @@ Ext.onReady(function(){
var arrayContextMenuOption = [
{
text: _("ID_EDIT"),
iconCls: "button_menu_ext",
icon: "/images/pencil.png",
handler: editProcess
},
@@ -720,7 +719,6 @@ Ext.onReady(function(){
},
{
text: _("ID_DELETE"),
iconCls: "button_menu_ext",
icon: "/images/delete_16.png",
handler: deleteProcess
},