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 : [
|
||||
{
|
||||
id : 'USR_FIRSTNAME',
|
||||
fieldLabel : _('ID_FIRSTNAME'),
|
||||
fieldLabel : "<span style=\"color:red;\" ext:qtip=\"This field is required\"> * </span>" + _('ID_FIRSTNAME'),
|
||||
xtype : 'textfield',
|
||||
width : 260,
|
||||
allowBlank : false
|
||||
@@ -420,7 +420,7 @@ Ext.onReady(function () {
|
||||
},
|
||||
{
|
||||
id : 'USR_USERNAME',
|
||||
fieldLabel : _('ID_USER_ID'),
|
||||
fieldLabel : "<span style=\"color:red;\" ext:qtip=\"This field is required\"> * </span>" + _('ID_USER_ID'),
|
||||
xtype : 'textfield',
|
||||
width : 260,
|
||||
allowBlank : false,
|
||||
@@ -459,7 +459,7 @@ Ext.onReady(function () {
|
||||
},
|
||||
{
|
||||
id : 'USR_EMAIL',
|
||||
fieldLabel : _('ID_EMAIL'),
|
||||
fieldLabel : "<span style=\"color:red;\" ext:qtip=\"This field is required\"> * </span>" + _('ID_EMAIL'),
|
||||
vtype : 'email',
|
||||
xtype : 'textfield',
|
||||
width : 260,
|
||||
|
||||
Reference in New Issue
Block a user