Fix - Mostrar usuario en admin

This commit is contained in:
Mauricio Baeza 2017-12-03 22:33:21 -06:00
parent 18a6678b19
commit 3d89724290
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
var form_editar_usuario_elementos = [ var form_editar_usuario_elementos = [
{view: "text", id: 'txt_usuario_usuario', label: "Usuario", {view: "text", id: 'txt_usuarioe_usuario', label: "Usuario",
name: "usuario", labelPosition: 'top', required: true}, name: "usuario", labelPosition: 'top', required: true},
{view: "text", id: 'txt_usuario_nombre', label: "Nombre", name: "nombre", {view: "text", id: 'txt_usuarioe_nombre', label: "Nombre", name: "nombre",
labelPosition: 'top', required: true}, labelPosition: 'top', required: true},
{view: "text", id: 'txt_usuario_apellidos', label: "Apellidos", {view: "text", id: 'txt_usuarioe_apellidos', label: "Apellidos",
name: "apellidos", labelPosition: 'top'}, name: "apellidos", labelPosition: 'top'},
{view: "text", id: 'txt_usuario_correo', label: "Correo", name: "correo", {view: "text", id: 'txt_usuarioe_correo', label: "Correo", name: "correo",
labelPosition: 'top'}, labelPosition: 'top'},
{view: 'text', id: 'txt_usuarioe_contra1', name: 'contra1', {view: 'text', id: 'txt_usuarioe_contra1', name: 'contra1',
label: 'Contraseña: ', type: 'password', label: 'Contraseña: ', type: 'password',