<
>
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,13 +1,20 @@ 1 1 {{velocity filter="html"}} 2 2 #macro(displayFeatures $map) 3 -(%class=' table-responsive'%)(((3 +(%class='row'%)((( 4 4 #foreach ($item in $map) 5 5 #if ($foreach.count % 2 == 1) 6 - $nl6 + (%class="clearfix"%)((())) 7 7 #end 8 - |(%class='featureIcon'%)[[image:$item['icon']]]|(%class='featureDescription'%)((( 9 - $item['link']$nl 10 - $item['description'] 8 + (%class="col-xs-12 col-sm-6"%)((( 9 + (%class="row"%)((( 10 + (%class='col-xs-1 featureIcon'%)((( 11 + [[image:$item['icon']]] 12 + ))) 13 + (%class='col-xs-11 featureDescription'%)((( 14 + $item['link']$nl 15 + $item['description'] 16 + ))) 17 + ))) 11 11 ))) 12 12 #end 13 13 )))