From 339882a767ef0e32878113e6e3b1706517517dd0 Mon Sep 17 00:00:00 2001 From: dheeyi Date: Tue, 10 Mar 2015 11:22:44 -0400 Subject: [PATCH] PM-1627 0016804: In the Calendar dialog, the "Active" checkbox is not aligned with other fields. causa: Definidad previa. solucion : Agrgar atributos de tipo style. --- workflow/engine/templates/admin/calendarEdit.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/engine/templates/admin/calendarEdit.js b/workflow/engine/templates/admin/calendarEdit.js index efb86fc74..43f19a234 100644 --- a/workflow/engine/templates/admin/calendarEdit.js +++ b/workflow/engine/templates/admin/calendarEdit.js @@ -770,7 +770,7 @@ Ext.onReady( function() { items : [ { xtype : 'displayfield', - width : 192, + width : 90, value : '' }, { @@ -780,6 +780,7 @@ Ext.onReady( function() { hideLabel : true, name : 'label1', checked : true, + style : 'margin-left: 10px', boxLabel : _('ID_ACTIVE') } ]