Merged in release/3.2.3 (pull request #6488)
HOR-4600 Approved-by: Paula Quispe <paula.quispe@processmaker.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -328,7 +328,7 @@ Ext.onReady(function() {
|
||||
xtype : 'button',
|
||||
id : 'starCaseButton',
|
||||
disabled : true,
|
||||
iconCls : "ICON_CASES_START_CASE",
|
||||
iconCls : "button_menu_ext ICON_CASES_START_CASE",
|
||||
text : TRANSLATIONS.ID_TITLE_START_CASE,
|
||||
autoWidth : true,
|
||||
handler : function() {
|
||||
|
||||
@@ -389,7 +389,7 @@ Ext.onReady(function(){
|
||||
id: 'deatachAction',
|
||||
disabled: true,
|
||||
text: _('ID_OPEN_IN_A_NEW_WINDOW'),
|
||||
iconCls: 'ss_sprite ss_application_form',
|
||||
iconCls: 'button_menu_ext ss_sprite ss_application_form',
|
||||
handler: function(){
|
||||
if( Ext.getCmp('debugPanelTabs').getActiveTab().id === 'debugVariables' ){
|
||||
var i,
|
||||
|
||||
@@ -438,7 +438,7 @@ Ext.onReady(function(){
|
||||
pressed: false,
|
||||
enableToggle:true,
|
||||
text: ' '+_('ID_CASES_NOTES'),
|
||||
iconCls: 'ICON_CASES_NOTES',
|
||||
iconCls: 'button_menu_ext ICON_CASES_NOTES',
|
||||
tooltip: {
|
||||
title: _('ID_CASES_NOTES'),
|
||||
text:_('ID_SHOW_CASES_NOTES')
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user