Browse
For agents
About
Lasso Lite – Affiliate Link Manager & Product Displays
/
151
Lasso Lite – Affiliate Link Manager & Product Displays
v151
Switch version
158
157
155
156
154
153
152
151
150
149
148
trunk
0.9.9
104
105
106
107
108
109
110
111
112
113
114
115
All 57 releases
Overview
Code
simple-urls
/
admin
/
views
/
notifications
/
default-template-jsrender.html
default-template-jsrender.html
in Lasso Lite – Affiliate Link Manager & Product Displays 151, at admin/views/notifications/default-template-jsrender.html
10 lines
402 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<!--
NOTIFICATION DEFAULT
-->
2
<
div
id
=
"
{{:alert_id}}
"
class
=
"
row alert {{:alert_bg}} white shadow mb-0 collapse show
"
href
=
"
#{{:alert_id}}
"
data-toggle
=
"
collapse
"
>
3
<
div
class
=
"
col text-center p-3
"
>
4
<
span
>
{{:message}}
</
span
>
5
<
button
class
=
"
close white
"
href
=
"
#{{:alert_id}}
"
data-toggle
=
"
collapse
"
>
6
<
i
class
=
"
far fa-times-circle
"
>
</
i
>
7
</
button
>
8
</
div
>
9
</
div
>
10