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.
This commit is contained in:
@@ -770,7 +770,7 @@ Ext.onReady( function() {
|
|||||||
items : [
|
items : [
|
||||||
{
|
{
|
||||||
xtype : 'displayfield',
|
xtype : 'displayfield',
|
||||||
width : 192,
|
width : 90,
|
||||||
value : ''
|
value : ''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -780,6 +780,7 @@ Ext.onReady( function() {
|
|||||||
hideLabel : true,
|
hideLabel : true,
|
||||||
name : 'label1',
|
name : 'label1',
|
||||||
checked : true,
|
checked : true,
|
||||||
|
style : 'margin-left: 10px',
|
||||||
boxLabel : _('ID_ACTIVE')
|
boxLabel : _('ID_ACTIVE')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user