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:
Paula Quispe
2018-05-29 15:20:50 +00:00
committed by Julio Cesar Laura Avendaño
19 changed files with 55 additions and 28 deletions

View File

@@ -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() {

View File

@@ -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,

View File

@@ -438,7 +438,7 @@ Ext.onReady(function(){
pressed: false,
enableToggle:true,
text: '&nbsp;&nbsp;'+_('ID_CASES_NOTES'),
iconCls: 'ICON_CASES_NOTES',
iconCls: 'button_menu_ext ICON_CASES_NOTES',
tooltip: {
title: _('ID_CASES_NOTES'),
text:_('ID_SHOW_CASES_NOTES')

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
},