Changes for page Features

Last modified by Simon Urli on 2023/05/26

<
From version < 9.5 >
edited by Ecaterina Moraru (Valica)
on 2017/09/20
To version < 9.3 >
edited by Ecaterina Moraru (Valica)
on 2017/09/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,20 +1,13 @@
1 1  {{velocity filter="html"}}
2 2  #macro(displayFeatures $map)
3 -(%class='row'%)(((
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-1 featureIcon'%)(((
11 - [[image:$item['icon']]]
12 - )))
13 - (%class='col-xs-11 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  )))

Get Connected