Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-16 17:13:58 +0300
committerJos Poortvliet <jos@opensuse.org>2018-08-16 17:34:06 +0300
commit613698ab93d381172fbaa7c7ebf59fa870658979 (patch)
tree6645edd20d676e9441ced1f5462640ad6dc515ef /page-signup.php
parent766579b17df771f0ab306c55d82a11b7782180ae (diff)
Design update fixes and core apps display
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'page-signup.php')
-rw-r--r--page-signup.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/page-signup.php b/page-signup.php
index d44cbee9..80276ff5 100644
--- a/page-signup.php
+++ b/page-signup.php
@@ -50,7 +50,9 @@ $officialApps = [
'passman' => $l->t('Passman'),
'spreed' => $l->t('Talk'),
'drawio' => $l->t('Draw.io')
-]
+];
+
+$coreApps = ['files', 'calendar', 'contacts', 'spreed', 'mail', 'tasks', 'notes'];
?>
<div class="background register-background">
@@ -70,7 +72,8 @@ $officialApps = [
data-ll="<?php echo htmlspecialchars(json_encode($location)) ?>"
data-ocsapi="<?php echo array_key_exists('HTTP_OCS_APIREQUEST', $_SERVER) ?>"
data-l10n="<?php echo htmlspecialchars(json_encode($registerL10n)) ?>"
- data-officialapps="<?php echo htmlspecialchars(json_encode($officialApps)) ?>">
+ data-officialapps="<?php echo htmlspecialchars(json_encode($officialApps)) ?>"
+ data-coreapps="<?php echo htmlspecialchars(json_encode($coreApps)) ?>">
</div>
<div id="register-details" class="container"><p></p></div>
</section>