Skip to content

Commit 81e5f33

Browse files
authored
Merge pull request #653 from nextcloud/backport/651/stable22
2 parents f7e4152 + 3b3aada commit 81e5f33

File tree

4 files changed

+34
-28
lines changed

4 files changed

+34
-28
lines changed

js/firstrunwizard-main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/firstrunwizard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,19 +203,25 @@
203203
max-width: 100% !important;
204204
width: 100%;
205205
}
206-
.page #wizard-values li {
207-
min-width: 100%;
208-
overflow: hidden;
209-
display: flex;
210-
span {
211-
width: 44px !important;
212-
padding-right: 20px;
213-
flex-grow: 0;
206+
.page {
207+
#wizard-values li {
208+
min-width: 100%;
209+
overflow: hidden;
210+
display: flex;
211+
span {
212+
width: 44px !important;
213+
padding-right: 20px;
214+
flex-grow: 0;
215+
}
216+
h3 {
217+
font-size: 12px;
218+
text-align: left;
219+
flex-grow: 1;
220+
}
214221
}
215-
h3 {
216-
font-size: 12px;
217-
text-align: left;
218-
flex-grow: 1;
222+
223+
&.content-final {
224+
padding-bottom: 50px;
219225
}
220226
}
221227
}

templates/page.final.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
?>
88

99
<div class="page content-final" data-title="<?php p($l->t('Get help')); ?>" data-subtitle="">
10+
<div class="description">
11+
<div class="description-block">
12+
<h3 class="icon-user"><?php p($l->t('Start contributing')); ?></h3>
13+
<p><?php p($l->t('Do you want to get a certain improvement in Nextcloud? Did you find a problem? Do you want to help translate, promote or document Nextcloud?')); ?></p>
14+
<a href="https://nextcloud.com/contribute/" class="button" target="_blank" rel="noreferrer noopener"><?php p($l->t('Become part of the Community')); ?></a>
15+
</div>
16+
<div class="description-block">
17+
<h3 class="icon-link"><?php p($l->t('Enterprise support')); ?></h3>
18+
<p><?php p($l->t('If you run Nextcloud in a mission critical environment with large numbers of users and big amounts of data and need the certainty of support from the experts behind the Nextcloud technology, an Enterprise Subscription from Nextcloud is available with email and phone support.')); ?></p>
19+
<a href="https://nextcloud.com/enterprise/buy" class="button"target="_blank" rel="noreferrer noopener" ><?php p($l->t('Get enterprise support')); ?></a>
20+
</div>
21+
</div>
1022
<div class="description">
1123
<div class="description-block">
1224
<h3 class="icon-info"><?php p($l->t('Get more information')); ?></h3>
@@ -23,16 +35,4 @@
2335
</ul>
2436
</div>
2537
</div>
26-
<div class="description">
27-
<div class="description-block">
28-
<h3 class="icon-user"><?php p($l->t('Start contributing')); ?></h3>
29-
<p><?php p($l->t('Do you want to get a certain improvement in Nextcloud? Did you find a problem? Do you want to help translate, promote or document Nextcloud?')); ?></p>
30-
<a href="https://nextcloud.com/contribute/" class="button" target="_blank" rel="noreferrer noopener"><?php p($l->t('Become part of the Community')); ?></a>
31-
</div>
32-
<div class="description-block">
33-
<h3 class="icon-link"><?php p($l->t('Enterprise support')); ?></h3>
34-
<p><?php p($l->t('If you run Nextcloud in a mission critical environment with large numbers of users and big amounts of data and need the certainty of support from the experts behind the Nextcloud technology, an Enterprise Subscription from Nextcloud is available with email and phone support.')); ?></p>
35-
<a href="https://nextcloud.com/enterprise/buy" class="button"target="_blank" rel="noreferrer noopener" ><?php p($l->t('Get enterprise support')); ?></a>
36-
</div>
37-
</div>
3838
</div>

0 commit comments

Comments
 (0)