Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nutrapharm_producto
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
nutrapharm_producto
Commits
9bd54f3a
Commit
9bd54f3a
authored
Sep 08, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajuste css
Implementación Html Manuel Sin ultimos ajustes solicitados.
parent
05ea22ff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
app/Resources/views/producto_final/landing_producto.html.twig
...Resources/views/producto_final/landing_producto.html.twig
+1
-1
app/Resources/views/producto_final/landing_producto_generar_comparacion.html.twig
...ucto_final/landing_producto_generar_comparacion.html.twig
+4
-1
app/Resources/views/producto_final/mensaje-exito-error.html.twig
...ources/views/producto_final/mensaje-exito-error.html.twig
+2
-3
No files found.
app/Resources/views/producto_final/landing_producto.html.twig
View file @
9bd54f3a
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
{#MENSAJES EXITO ERROR#}
{#MENSAJES EXITO ERROR#}
{{
include
(
'producto_final/mensaje-exito-error.html.twig'
)
}}
{{
include
(
'producto_final/mensaje-exito-error.html.twig'
)
}}
{#MENSAJES EXITO ERROR#}
{#MENSAJES EXITO ERROR#}
<button
id=
"btnGuardar"
class=
"btn-guardar"
>
Finalizar
</button>
</div>
</div>
...
...
app/Resources/views/producto_final/landing_producto_generar_comparacion.html.twig
View file @
9bd54f3a
...
@@ -95,6 +95,9 @@
...
@@ -95,6 +95,9 @@
{#MENSAJES EXITO ERROR#}
{#MENSAJES EXITO ERROR#}
<div>
<button
id=
"btnGuardar"
class=
"btn-guardar"
>
Finalizar
</button>
</div>
</div>
</div>
...
...
app/Resources/views/producto_final/mensaje-exito-error.html.twig
View file @
9bd54f3a
<div>
<div>
<div
id=
"exito-nutrapharm"
class=
"alert-box error"
style=
"display:none"
><img
class=
"icp"
src=
"
{{
asset
(
'manuel/images/error.png'
)
}}
"
>
<span>
error:
</span>
<span
id=
"exito-content-nutrapharm"
>
Write your error message here.
</span></div>
<div
id=
"exito-nutrapharm"
class=
"alert-box success"
style=
"display:none"
><img
class=
"icp"
src=
"
{{
asset
(
'manuel/images/success.png'
)
}}
"
>
<span>
Success:
</span>
<span
id=
"exito-content-nutrapharm"
>
Write your error message here.
</span></div>
<div
id=
"error-nutrapharm"
class=
"alert-box success"
style=
"display:none"
><img
class=
"icp"
src=
"
{{
asset
(
'manuel/images/success.png'
)
}}
"
>
<span>
success:
</span>
<span
id=
"error-content-nutrapharm"
>
Write your success message here.
</span></div>
<div
id=
"error-nutrapharm"
class=
"alert-box error"
style=
"display:none"
><img
class=
"icp"
src=
"
{{
asset
(
'manuel/images/error.png'
)
}}
"
>
<span>
Error:
</span>
<span
id=
"error-content-nutrapharm"
>
Write your success message here.
</span></div>
<button
id=
"btnGuardar"
class=
"btn-guardar"
>
Finalizar
</button>
</div>
</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