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
93131ed2
Commit
93131ed2
authored
Jan 14, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cambios manuel 14-01-2020
parent
34f2f553
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
public/frontend/alert/sms-ok-icon.svg
public/frontend/alert/sms-ok-icon.svg
+15
-0
templates/frontend/paginas/mi_cuenta.html.twig
templates/frontend/paginas/mi_cuenta.html.twig
+2
-2
templates/frontend/paginas/resultado.html.twig
templates/frontend/paginas/resultado.html.twig
+1
-1
No files found.
public/frontend/alert/sms-ok-icon.svg
0 → 100644
View file @
93131ed2
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
width=
"100%"
height=
"100%"
viewBox=
"0 0 287 287"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xml:space=
"preserve"
xmlns:serif=
"http://www.serif.com/"
style=
"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"
>
<g>
<g
transform=
"matrix(0.558789,0,0,0.558789,-1.13893,-3.55271e-15)"
>
<path
d=
"M467,122L332,122L332,45C332,20.187 311.813,0 287,0L45,0C20.187,0 0,20.187 0,45L0,467C0,491.813 20.187,512 45,512L287,512C311.813,512 332,491.813 332,467L332,383.213L383.213,332L467,332C491.813,332 512,311.813 512,287L512,167C512,142.187 491.813,122 467,122ZM30,45C30,36.729 36.729,30 45,30L287,30C295.271,30 302,36.729 302,45L302,60L30,60L30,45ZM302,467C302,475.271 295.271,482 287,482L45,482C36.729,482 30,475.271 30,467L30,422L302,422L302,467ZM302,392L30,392L30,90L302,90L302,122L287,122C262.187,122 242,142.187 242,167L242,287C242,311.813 262.187,332 287,332L302,332L302,392ZM482,287C482,295.271 475.271,302 467,302L377,302C373.022,302 369.207,303.58 366.394,306.393L332,340.787L332,317.003L332,317C332,308.716 325.284,302 317,302L287,302C278.729,302 272,295.271 272,287L272,167C272,158.729 278.729,152 287,152L467,152C475.271,152 482,158.729 482,167L482,287Z"
style=
"fill:rgb(37,170,222);fill-rule:nonzero;"
/>
</g>
<g
transform=
"matrix(1.07297,0,0,1.08815,-4.82457,-19.9485)"
>
<circle
cx=
"201.005"
cy=
"134.177"
r=
"32.63"
style=
"fill:rgb(0,192,19);"
/>
</g>
<g
transform=
"matrix(0.479776,0,0,0.479776,-77.4317,-63.0399)"
>
<path
d=
"M551.641,401.62L585.585,438.501C586.998,440.036 589.443,439.959 590.757,438.34L650.219,365.051C651.445,363.539 651.163,361.308 649.599,360.148L635.003,349.337C633.508,348.229 631.402,348.521 630.263,349.992L591.202,400.453C589.94,402.083 587.536,402.235 586.079,400.778L569.245,383.944C567.899,382.598 565.714,382.61 564.383,383.97L551.714,396.911C550.441,398.211 550.409,400.281 551.641,401.62Z"
style=
"fill:white;fill-rule:nonzero;"
/>
</g>
</g>
</svg>
templates/frontend/paginas/mi_cuenta.html.twig
View file @
93131ed2
...
...
@@ -55,7 +55,7 @@
<div
class=
"alert-ok"
>
<div
class=
"row"
>
<div
class=
"col-2"
>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/
payment
-icon.svg'
)
}}
"
alt=
""
/>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/
sms-ok
-icon.svg'
)
}}
"
alt=
""
/>
</div>
<div
class=
"col-8"
>
<p
class=
"txt-alerta"
>
{{
app.request.get
(
'success'
)
}}
</p>
...
...
@@ -208,7 +208,7 @@
var
success
=
'
<div class="alert-ok">
\n\
<div class="row">
\n\
<div class="col-2">
\n\
<img class="icon-one" width="40" src="
{{
asset
(
'frontend/alert/
payment
-icon.svg'
)
}}
" alt=""/></div>
\n\
<img class="icon-one" width="40" src="
{{
asset
(
'frontend/alert/
sms-ok
-icon.svg'
)
}}
" alt=""/></div>
\n\
<div class="col-8"><p class="txt-alerta">
'
+
msg
+
'
</p>
\n\
</div>
\n\
<div class="col-1"></div></div></div>
'
;
...
...
templates/frontend/paginas/resultado.html.twig
View file @
93131ed2
...
...
@@ -44,7 +44,7 @@
<div
class=
"alert-ok"
>
<div
class=
"row"
>
<div
class=
"col-2"
>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/
payment
-icon.svg'
)
}}
"
alt=
""
/>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/
sms-ok
-icon.svg'
)
}}
"
alt=
""
/>
</div>
<div
class=
"col-8"
>
<p
class=
"txt-alerta"
>
{{
mensaje
}}
</p>
...
...
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