Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smsManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
smsManager
Commits
34cc06ad
Commit
34cc06ad
authored
Jun 04, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correccion menor condiciones
parent
fdca2f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/Resources/views/backend/research/busqueda.html.twig
app/Resources/views/backend/research/busqueda.html.twig
+6
-6
No files found.
app/Resources/views/backend/research/busqueda.html.twig
View file @
34cc06ad
...
...
@@ -126,10 +126,10 @@
function
openEditarDatosUsuario
(
event
,
id
){
event
.
preventDefault
();
//Seteo de los datos del usuario en modal desplegado
$
(
"
#correoUsuario
"
).
val
(
$
(
"
#emailTabla
"
).
val
(
));
$
(
"
#correoUsuario
"
).
html
(
$
(
"
#emailTabla
"
).
val
(
));
$
(
"
#telefonoUsuario
"
).
val
(
$
(
"
#movilTabla
"
).
val
(
));
$
(
"
#telefonoUsuario
"
).
html
(
$
(
"
#movilTabla
"
).
val
(
));
$
(
"
#correoUsuario
"
).
val
(
$
(
"
#emailTabla
"
).
attr
(
"
data-value
"
));
$
(
"
#correoUsuario
"
).
html
(
$
(
"
#emailTabla
"
).
attr
(
"
data-value
"
));
$
(
"
#telefonoUsuario
"
).
val
(
$
(
"
#movilTabla
"
).
attr
(
"
data-value
"
));
$
(
"
#telefonoUsuario
"
).
html
(
$
(
"
#movilTabla
"
).
attr
(
"
data-value
"
));
$
(
"
#idUsuario
"
).
val
(
id
);
$
(
"
#modalEdicionUsuarios
"
).
modal
({
...
...
@@ -175,8 +175,8 @@
$
(
"
#message-container-edicion
"
).
hide
();
$
(
"
#message-container-edicion-success
"
).
show
();
successMessage
(
"
El usuario ha sido editado correctamente
"
,
"
#message-container-edicion-success
"
);
$
(
"
#emailTabla
"
).
val
(
$
(
"
#correoUsuario
"
).
val
());
$
(
"
#movilTabla
"
).
val
(
$
(
"
#telefonoUsuario
"
).
val
());
$
(
"
#emailTabla
"
).
attr
(
"
data-value
"
,
$
(
"
#correoUsuario
"
).
val
());
$
(
"
#movilTabla
"
).
attr
(
"
data-value
"
,
$
(
"
#telefonoUsuario
"
).
val
());
$
(
"
#emailTabla
"
).
html
(
$
(
"
#correoUsuario
"
).
val
());
$
(
"
#movilTabla
"
).
html
(
$
(
"
#telefonoUsuario
"
).
val
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment