Campos requeridos no estan marcados

Se aumento un "*" de color rojo para resaltar los campos requeridos
This commit is contained in:
marcelo.cuiza
2015-02-10 12:38:41 -04:00
parent 59ccd6e2d4
commit ceeccf1323

View File

@@ -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,