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_umusic
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_umusic
Commits
bdfb2df4
Commit
bdfb2df4
authored
Jan 02, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1 Cambios en diseño y correcciones menores
parent
c0e14bc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
templates/frontend/paginas/ingresar_numero.html.twig
templates/frontend/paginas/ingresar_numero.html.twig
+1
-1
templates/frontend/paginas/validar_pin.html.twig
templates/frontend/paginas/validar_pin.html.twig
+1
-1
No files found.
templates/frontend/paginas/ingresar_numero.html.twig
View file @
bdfb2df4
...
...
@@ -38,7 +38,7 @@
<div
class=
"col-7"
>
<label
class=
"sr-only"
for=
"inlineFormInputGroup"
>
Ingrésalo aquí
</label>
<div
class=
"input-group mb-2"
>
<input
type=
"text"
id=
"msisdn"
name=
"msisdn"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
<input
type=
"text"
id=
"msisdn"
name=
"msisdn"
maxlength =
"9"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
</div>
</div>
<div
class=
"col-3"
>
...
...
templates/frontend/paginas/validar_pin.html.twig
View file @
bdfb2df4
...
...
@@ -52,7 +52,7 @@
<label
class=
"sr-only"
for=
"inlineFormInputGroup"
>
Ingrésalo aquí
</label>
<div
class=
"input-group mb-2"
>
<input
type=
"hidden"
id=
"msisdn"
name=
"msisdn"
value=
{{
msisdn
}}
>
<input
id=
"pin"
name=
"pin"
type=
"text"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
<input
id=
"pin"
name=
"pin"
type=
"text"
maxlength =
"5"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
</div>
</div>
<div
class=
"col-3"
>
...
...
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