| ... |
... |
@@ -2,17 +2,19 @@ |
| 2 |
2 |
#set ($mainCards = [{ |
| 3 |
3 |
'iconfc': 'square-edit-outline', |
| 4 |
4 |
'title': 'Formulardesigner', |
| 5 |
|
- 'description': 'Arbeiten mit dem Formulardesigner', |
| 6 |
|
- 'documentation': "Formcycle.FormDesigner", |
|
5 |
+ 'description': 'Formulare erstellen und bearbeiten', |
|
6 |
+ 'documentation': "Formcycle.Designer", |
| 7 |
7 |
'bgcolor': '#617496', |
| 8 |
|
- 'color': '#fff' |
|
8 |
+ 'color': '#fff', |
|
9 |
+ 'colordesc': '#e1e2e4' |
| 9 |
9 |
}, { |
| 10 |
10 |
'iconfc': 'workflow-fill', |
| 11 |
|
- 'title': 'Workflow', |
|
12 |
+ 'title': 'Workflowdesigner', |
| 12 |
12 |
'description': 'Formulardaten verarbeiten', |
| 13 |
13 |
'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing', |
| 14 |
14 |
'bgcolor': '#617496', |
| 15 |
|
- 'color': '#fff' |
|
16 |
+ 'color': '#fff', |
|
17 |
+ 'colordesc': '#e1e2e4' |
| 16 |
16 |
}, { |
| 17 |
17 |
'iconfc': 'wrench', |
| 18 |
18 |
'title': 'Verwaltung', |
| ... |
... |
@@ -19,7 +19,8 @@ |
| 19 |
19 |
'description': 'Benutzerverwaltung, LDAP, Datenbanken, Dateien, Templates und vieles mehr', |
| 20 |
20 |
'documentation': 'Formcycle.UserInterface', |
| 21 |
21 |
'bgcolor': '#b6c2d2', |
| 22 |
|
- 'color': '#2b3649' |
|
24 |
+ 'color': '#2b3649', |
|
25 |
+ 'colordesc': '#617496' |
| 23 |
23 |
}, { |
| 24 |
24 |
'iconfc': 'inbox', |
| 25 |
25 |
'title': 'Posteingang', |
| ... |
... |
@@ -26,7 +26,9 @@ |
| 26 |
26 |
'description': 'Formulardaten organisieren', |
| 27 |
27 |
'documentation': 'Formcycle.Inbox', |
| 28 |
28 |
'bgcolor': '#ffab70', |
| 29 |
|
- 'color': '#fff' |
|
32 |
+ 'color': '#fff', |
|
33 |
+ 'colordesc': '#fff' |
|
34 |
+## #e1e2e4 |
| 30 |
30 |
}, { |
| 31 |
31 |
'icon': 'fa fa-download', |
| 32 |
32 |
'title': 'Installation', |
| ... |
... |
@@ -33,7 +33,8 @@ |
| 33 |
33 |
'description': 'FORMCYCLE installieren oder aktualisieren', |
| 34 |
34 |
'documentation': 'Formcycle.Installation', |
| 35 |
35 |
'bgcolor': '#b6c2d2', |
| 36 |
|
- 'color': '#2b3649' |
|
41 |
+ 'color': '#2b3649', |
|
42 |
+ 'colordesc': '#617496' |
| 37 |
37 |
}, { |
| 38 |
38 |
'iconfc': 'form', |
| 39 |
39 |
'title': 'Beispiele', |
| ... |
... |
@@ -40,7 +40,8 @@ |
| 40 |
40 |
'description': 'Beispiele für Formulareinbindungen und Formulare', |
| 41 |
41 |
'documentation': 'doc:Examples.WebHome', |
| 42 |
42 |
'bgcolor': '#cae7df', |
| 43 |
|
- 'color': '#2b3649' |
|
49 |
+ 'color': '#2b3649', |
|
50 |
+ 'colordesc': '#617496' |
| 44 |
44 |
}]) |
| 45 |
45 |
|
| 46 |
46 |
## 'icon': 'fa fa-play-circle', |