_layouts/feature.html in appscms-tools-theme-1.0.3 vs _layouts/feature.html in appscms-tools-theme-1.0.4
- old
+ new
@@ -8,10 +8,10 @@
<body>
{% include header/index.html %}
{%- include dropdown/langdropdown.html -%}
{%- if featureData.nofileupload -%}
- <div class="alert alert-warning alert-dismissible fade show text-center" role="alert">
+ <div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center" role="alert">
<img src="/assets/secure.svg" height="23px" width="18px" alt="secure">
{%- if featureData.alertmsg -%}
{{featureData.alertmsg}}
{%- else -%}
We don't upload your files on server ,your data is 100% secure.
\ No newline at end of file