Skip to content

Commit efd5809

Browse files
committed
Add license hint
1 parent 5fa781c commit efd5809

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

src/main/js/bundles/mapapps-github-manager/BundleDetailsController.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,29 @@ export default declare([_Connect], {
3232
"showLabels": false,
3333
"size": {
3434
"w": 380,
35-
"h": 90
35+
"h": 190
3636
},
3737
"children": [{
3838
"type": "label",
3939
"cssClass": "title",
40-
"value": "${instructions}",
40+
"value": "${license}",
4141
"size": {
4242
"t": 0,
4343
"l": 5
4444
}
45+
}, {
46+
"type": "label",
47+
"cssClass": "title",
48+
"value": "${instructions}",
49+
"size": {
50+
"t": 100,
51+
"l": 5
52+
}
4553
}, {
4654
"type": "label",
4755
"value": "${version}",
4856
"size": {
49-
"t": 45,
57+
"t": 145,
5058
"l": 5
5159
}
5260
}, {
@@ -56,14 +64,14 @@ export default declare([_Connect], {
5664
"store": "tagsStore",
5765
"required": true,
5866
"size": {
59-
"t": 40,
67+
"t": 140,
6068
"l": 60
6169
}
6270
}, {
6371
"type": "button",
6472
"value": "${installButton}",
6573
"size": {
66-
"t": 40,
74+
"t": 140,
6775
"r": 5
6876
}
6977
}]

src/main/js/bundles/mapapps-github-manager/nls/bundle.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ module.exports = {
8585
productName: "Product Name:",
8686
id: "ID:",
8787
installButton: "Install",
88-
instructions: "Please choose the desired bundle version and press 'Install'"
88+
instructions: "Please choose the desired bundle version and press 'Install'",
89+
license: "Developer Network Bundles are subject to their own license terms. Details about the license can be found in the respective GitHub repository. By installing the bundle, you accept these terms."
8990
},
9091
filter:{
9192
filter: "Filter ",

src/main/js/bundles/mapapps-github-manager/nls/de/bundle.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ module.exports = {
8282
productName: "Produktname:",
8383
id: "ID:",
8484
installButton: "Installieren",
85-
instructions: "Wählen Sie die gewünschte Version und klicken anschließend auf 'Installieren'"
85+
instructions: "Wählen Sie die gewünschte Version und klicken anschließend auf 'Installieren'",
86+
license: "Developer Network Bundles unterliegen eigenen Lizenzbedingungen. Details zur Lizenz finden Sie im jeweiligen GitHub Repository. Mit der Installation des Bundles akzeptieren Sie diese Bedingungen."
8687
},
8788
filter: {
8889
filter: "Filter ",

0 commit comments

Comments
 (0)