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>2016-05-08 21:53:36 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-05-08 22:07:01 +0300
commit4f5baeb4ccd9d5f4b08c77b6303f5a2e0a1d4cd4 (patch)
tree0a42726f918b32cdc33ec10b00ed740305c4cf14 /templates
parent54c2218cbf6894fa7ddf5ee3eb9b7c52d4ae3039 (diff)
bring back mobile menu toggle button
fixes #1384
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/index.php b/templates/index.php
index 6ec1a51c4..ac0b2ed73 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -23,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
style('mail', 'mail');
style('mail', 'mobile');
script('mail', 'vendor/autosize/jquery.autosize');
@@ -55,10 +54,16 @@ if ($_['debug']) {
<div id="app-settings">
<div id="app-settings-header">
<button class="settings-button"
- data-apps-slide-toggle="#app-settings-content"></button>
+ data-apps-slide-toggle="#app-settings-content"></button>
</div>
<div id="app-settings-content"></div>
</div>
</div>
- <div id="app-content"></div>
+ <div id="app-content">
+ <!-- This additional container div is only needed to make core's snapper toggle button work -->
+ <div class="mail-content container">
+ <!-- placeholder until Marionette has started, will be replaced by a LoadingView -->
+ <div class="container icon-loading"></div>
+ </div>
+ </div>
</div>