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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-08 16:36:48 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-08 16:36:48 +0300
commit448d708afb02bc8db27911178bfa6a1e38d73866 (patch)
treeb4cbc14722c9e9ce5fe23eb3c512559e8aaf3ea5 /templates
parenta3103b5dd561e867503619cbe965395f5cdcb8a1 (diff)
Only show the sidebar while we are in a room
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/index.php b/templates/index.php
index b23d9d706..4edadd479 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -37,10 +37,12 @@ script(
</ul>
</div>
- <div id="app-content" class="participants-1 with-app-sidebar">
+ <div id="app-content" class="participants-1">
- <div id="app-sidebar" class="detailsView scroll-container">
+ <div id="app-sidebar" class="detailsView scroll-container hidden">
<div class="detailCallInfoContainer">
+ <h3><span class="room-name">Name</span></h3>
+ <!--
<h3>Call name <span class="icon icon-rename"></span></h3>
<button><?php p($l->t('Start/stop webinary'));?></button>
@@ -52,15 +54,16 @@ script(
<input id="linkText" class="linkText" type="text" readonly value="https://nextcloud13.local/index.php/s/LRDYjaFrAw2oBp7">
<a class="clipboardButton icon icon-clippy" data-clipboard-target="#linkText" data-original-title="" title=""></a>
</div>
+ -->
</div>
<ul class="tabHeaders">
<li class="tabHeader selected" data-tabid="participantTabView" data-tabindex="0">
<a href="#"><?php p($l->t('Participants'));?></a>
</li>
- <li class="tabHeader" data-tabid="schedulingTabView" data-tabindex="1">
+ <!--<li class="tabHeader" data-tabid="schedulingTabView" data-tabindex="1">
<a href="#"><?php p($l->t('Scheduling'));?></a>
- </li>
+ </li>-->
</ul>
<div class="tabsContainer">