PM-138
Campos requeridos no estan marcados Se aumento un "*" de color rojo para resaltar los campos requeridos
This commit is contained in:
@@ -406,7 +406,7 @@ Ext.onReady(function () {
|
|||||||
items : [
|
items : [
|
||||||
{
|
{
|
||||||
id : 'USR_FIRSTNAME',
|
id : 'USR_FIRSTNAME',
|
||||||
fieldLabel : _('ID_FIRSTNAME'),
|
fieldLabel : "<span style=\"color:red;\" ext:qtip=\"This field is required\"> * </span>" + _('ID_FIRSTNAME'),
|
||||||
xtype : 'textfield',
|
xtype : 'textfield',
|
||||||
width : 260,
|
width : 260,
|
||||||
allowBlank : false
|
allowBlank : false
|
||||||
@@ -420,7 +420,7 @@ Ext.onReady(function () {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'USR_USERNAME',
|
id : 'USR_USERNAME',
|
||||||
fieldLabel : _('ID_USER_ID'),
|
fieldLabel : "<span style=\"color:red;\" ext:qtip=\"This field is required\"> * </span>" + _('ID_USER_ID'),
|
||||||
xtype : 'textfield',
|
xtype : 'textfield',
|
||||||
width : 260,
|
width : 260,
|
||||||
allowBlank : false,
|
allowBlank : false,
|
||||||
@@ -459,7 +459,7 @@ Ext.onReady(function () {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : 'USR_EMAIL',
|
id : 'USR_EMAIL',
|
||||||
fieldLabel : _('ID_EMAIL'),
|
fieldLabel : "<span style=\"color:red;\" ext:qtip=\"This field is required\"> * </span>" + _('ID_EMAIL'),
|
||||||
vtype : 'email',
|
vtype : 'email',
|
||||||
xtype : 'textfield',
|
xtype : 'textfield',
|
||||||
width : 260,
|
width : 260,
|
||||||
|
|||||||
Reference in New Issue
Block a user