From ceeccf1323cc2a9e62daa08ffe372685f70405cf Mon Sep 17 00:00:00 2001 From: "marcelo.cuiza" Date: Tue, 10 Feb 2015 12:38:41 -0400 Subject: [PATCH] PM-138 Campos requeridos no estan marcados Se aumento un "*" de color rojo para resaltar los campos requeridos --- workflow/engine/templates/users/users.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/templates/users/users.js b/workflow/engine/templates/users/users.js index e8834787c..dec62a2f7 100755 --- a/workflow/engine/templates/users/users.js +++ b/workflow/engine/templates/users/users.js @@ -406,7 +406,7 @@ Ext.onReady(function () { items : [ { id : 'USR_FIRSTNAME', - fieldLabel : _('ID_FIRSTNAME'), + fieldLabel : " * " + _('ID_FIRSTNAME'), xtype : 'textfield', width : 260, allowBlank : false @@ -420,7 +420,7 @@ Ext.onReady(function () { }, { id : 'USR_USERNAME', - fieldLabel : _('ID_USER_ID'), + fieldLabel : " * " + _('ID_USER_ID'), xtype : 'textfield', width : 260, allowBlank : false, @@ -459,7 +459,7 @@ Ext.onReady(function () { }, { id : 'USR_EMAIL', - fieldLabel : _('ID_EMAIL'), + fieldLabel : " * " + _('ID_EMAIL'), vtype : 'email', xtype : 'textfield', width : 260,