... |
... |
@@ -14,9
+14,11 @@ |
14 |
14 |
#if ($foreach.index > 0 && $foreach.index % 4 == 0) |
15 |
15 |
<div class="clearfix visible-lg-block"></div> |
16 |
16 |
#end |
17 |
|
- <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 card-main"> |
18 |
|
- #helpExampleCard($card) |
19 |
|
- </div> |
|
17 |
+ <a href="$card.documentation"> |
|
18 |
+ <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 card-main"> |
|
19 |
+ #helpExampleCard($card) |
|
20 |
+ </div> |
|
21 |
+ </a> |
20 |
20 |
#end |
21 |
21 |
</div> |
22 |
22 |
#end |
... |
... |
@@ -29,7
+29,7 @@ |
29 |
29 |
}, { |
30 |
30 |
'icon': 'fa fa-play-circle', |
31 |
31 |
'title': 'Verwaltung', |
32 |
|
- 'description': 'Benutzerverwaltung, LDAP, Datenbanken, Templates ...', |
|
34 |
+ 'description': 'Benutzerverwaltung, LDAP, Datenbanken, Dateien, Templates und vieles mehr', |
33 |
33 |
'documentation': 'Formcycle.UserInterface' |
34 |
34 |
}, { |
35 |
35 |
'icon': 'fa fa-play-circle', |
... |
... |
@@ -46,8
+46,6 @@ |
46 |
46 |
{{/velocity}} |
47 |
47 |
|
48 |
48 |
{{velocity}} |
49 |
|
- |
50 |
|
- |
51 |
51 |
{{html clean="false"}} |
52 |
52 |
#display4Cards($howToCards) |
53 |
53 |
{{/html}} |