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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-17 11:38:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-17 11:38:40 +0300
commit0ff788a14db963b6dcd49f1c2b362d472f28247a (patch)
tree3190b4d5e5b6a56fdf8436f6ab4b9aef492b7516 /templates
parent1ecf67c6af75e9a82e33a105bb1d785903bde566 (diff)
Add Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php23
1 files changed, 1 insertions, 22 deletions
diff --git a/templates/index.php b/templates/index.php
index cdd32b47b..313e16a88 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -25,31 +25,10 @@
*/
style('mail', 'mail');
style('mail', 'mobile');
-script('mail', 'build/build');
+script('mail', 'build/app');
?>
<input type="hidden" id="debug-mode" value="<?php p($_['debug'] ? 'true' : 'false'); ?>">
<input type="hidden" id="config-installed-version" value="<?php p($_['app-version']); ?>">
<input type="hidden" id="serialized-accounts" value="<?php p($_['accounts']); ?>">
<input type="hidden" id="external-avatars" value="<?php p($_['external-avatars']); ?>">
-
-<div id="app-navigation" class="icon-loading">
- <div id="mail-new-message-fixed"
- class="app-navigation-new">
- </div>
- <ul id="usergrouplist"></ul>
- <div id="app-settings">
- <div id="app-settings-header">
- <button class="settings-button"
- data-apps-slide-toggle="#app-settings-content"><?php p($l->t('Settings'));?></button>
- </div>
- <div id="app-settings-content"></div>
- </div>
-</div>
-<div id="app-content">
- <div id="app-content-wrapper"></div>
-</div>
-<div id="user-displayname"
- style="display: none"><?php p($_['prefill_displayName']); ?></div>
-<div id="user-email"
- style="display: none"><?php p($_['prefill_email']); ?></div>