Merged in dheeyi/processmaker/PM-1627 (pull request #1639)

PM-1627 0016804: In the Calendar dialog, the "Active" checkbox is not aligned with other fields.
This commit is contained in:
Julio Cesar Laura Avendaño
2015-03-22 22:25:19 -04:00

View File

@@ -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')
}
]