_layouts/feature.html in appscms-tools-theme-0.7.6 vs _layouts/feature.html in appscms-tools-theme-0.7.7

- old
+ new

@@ -7,11 +7,25 @@ {% include head/index.html %} <body> {% include header/index.html %} {%- include dropdown/langdropdown.html -%} - <div class="flex-container"> + {%- if featureData.nofileupload -%} + <div class="alert alert-warning alert-dismissible fade show text-center" role="alert"> + <img src="/assets/secure.svg" height="23px" width="18px" alt="secure"> &nbsp; + {%- if featureData.alertmsg -%} + {{featureData.alertmsg}} + {%- else -%} + We don't upload your files on server ,your data is 100% secure. + {%- endif -%} &nbsp; + <img src="/assets/noserverupload.svg" height="23px" width="20px" alt="no server upload"> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> + <span aria-hidden="true">&times;</span> + </button> + </div> + {%- endif -%} + <div class="flex-container pb-3"> <div class="flex-class py-4 mt-4 mt-md-0 "> <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc"> <div class="div-cont feature-img mr-2"> {%- if featureData.img -%} <img style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}}; @@ -73,10 +87,10 @@ <div class="how-to-right"> <h3 class="how-to-title">{{featureData.HOW_TO_CONTENT.heading | replace: "$variable", page.value}}</h3> <ol class="how-to-list"> {% for data in featureData.HOW_TO_CONTENT.steps %} - <li class="how-to-list-item">{{data | replace: "$variable", page.value}}</li> + <li id="step{{forloop.index}}" class="how-to-list-item">{{data | replace: "$variable", page.value}}</li> {% endfor %} </ol> </div> </div> </div> \ No newline at end of file