<
>
edited by Ecaterina Moraru (Valica)
on 2017/09/20
on 2017/09/20
edited by Ecaterina Moraru (Valica)
on 2017/09/20
on 2017/09/20
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,20 +1,13 @@ 1 1 {{velocity filter="html"}} 2 2 #macro(displayFeatures $map) 3 -(%class='ro w'%)(((3 +(%class='table-responsive'%)((( 4 4 #foreach ($item in $map) 5 5 #if ($foreach.count % 2 == 1) 6 - (%class="clearfix"%)((()))6 + $nl 7 7 #end 8 - (%class="col-xs-12 col-sm-6"%)((( 9 - (%class="row"%)((( 10 - (%class='col-xs-4 featureIcon'%)((( 11 - [[image:$item['icon']]] 12 - ))) 13 - (%class='col-xs-8 featureDescription'%)((( 14 - $item['link']$nl 15 - $item['description'] 16 - ))) 17 - ))) 8 + |(%class='featureIcon'%)[[image:$item['icon']]]|(%class='featureDescription'%)((( 9 + $item['link']$nl 10 + $item['description'] 18 18 ))) 19 19 #end 20 20 )))