Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_backend
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
musica_listas_backend
Commits
a8963b00
Commit
a8963b00
authored
Nov 26, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion logica fecha fin de suscripcion
Seteo de hora final a las 10 am
parent
ebe368cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
templates/backend/suscripciones/suscripcionesAsociadas.html.twig
...es/backend/suscripciones/suscripcionesAsociadas.html.twig
+3
-3
No files found.
templates/backend/suscripciones/suscripcionesAsociadas.html.twig
View file @
a8963b00
...
...
@@ -14,9 +14,9 @@
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered"
>
<tbody>
<tr><td>
Nombre
</td><td><input
type=
"text"
id=
"nombreUsuario"
data-value=
"
{{
usuario.getUmoNombre
()
}}
"
{%
if
usuario.getUmoNombre
()
is
not
null
%}
value=
"
{{
usuario.getUmoNombre
()
}}
"
placeholder=
"Ingrese Email...."
{%
else
%}
value=
"
{{
usuario.getUmoNombre
()
}}
"
placeholder=
"NO INGRESADO"
{%
endif
%}
disabled
/></td></tr>
<tr><td>
Rut
</td><td><input
type=
"text"
maxlength=
"10"
id=
"rutUsuario"
data-value=
"
{{
usuario.getUmoRut
()
}}
"
{%
if
usuario.getUmoRut
()
is
not
null
%}
value=
"
{{
usuario.getUmoRut
()
}}
"
placeholder=
"Ingrese rut...."
{%
else
%}
value=
"
{{
usuario.getUmoRut
()
}}
"
placeholder=
"NO INGRESADO"
{%
endif
%}
disabled
/></td></tr>
<tr><td>
Email
</td><td><input
type=
"text"
id=
"mailUsuario"
data-value=
"
{{
usuario.getUmoMail
()
}}
"
{%
if
usuario.getUmoMail
()
is
not
null
%}
value=
"
{{
usuario.getUmoMail
()
}}
"
placeholder=
"Ingrese Email...."
{%
else
%}
value=
"
{{
usuario.getUmoMail
()
}}
"
placeholder=
"NO INGRESADO"
{%
endif
%}
disabled
/></td></tr>
<tr><td>
Nombre
</td><td><input
class=
"form-control"
type=
"text"
id=
"nombreUsuario"
data-value=
"
{{
usuario.getUmoNombre
()
}}
"
{%
if
usuario.getUmoNombre
()
is
not
null
%}
value=
"
{{
usuario.getUmoNombre
()
}}
"
placeholder=
"Ingrese Email...."
{%
else
%}
value=
"
{{
usuario.getUmoNombre
()
}}
"
placeholder=
"NO INGRESADO"
{%
endif
%}
disabled
/></td></tr>
<tr><td>
Rut
</td><td><input
class=
"form-control"
type=
"text"
maxlength=
"10"
id=
"rutUsuario"
data-value=
"
{{
usuario.getUmoRut
()
}}
"
{%
if
usuario.getUmoRut
()
is
not
null
%}
value=
"
{{
usuario.getUmoRut
()
}}
"
placeholder=
"Ingrese rut...."
{%
else
%}
value=
"
{{
usuario.getUmoRut
()
}}
"
placeholder=
"NO INGRESADO"
{%
endif
%}
disabled
/></td></tr>
<tr><td>
Email
</td><td><input
class=
"form-control"
type=
"text"
id=
"mailUsuario"
data-value=
"
{{
usuario.getUmoMail
()
}}
"
{%
if
usuario.getUmoMail
()
is
not
null
%}
value=
"
{{
usuario.getUmoMail
()
}}
"
placeholder=
"Ingrese Email...."
{%
else
%}
value=
"
{{
usuario.getUmoMail
()
}}
"
placeholder=
"NO INGRESADO"
{%
endif
%}
disabled
/></td></tr>
</tbody>
</table>
</div>
...
...
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