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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 18:16:37 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-25 18:17:22 +0300
commit956ba48c7d5a7c86cf54ede9b888be83404de089 (patch)
tree262391c0c0d059da5afeed809a6d16f11b5f1285 /templates
parentcb75b0b3798da7afa1fb047c3df8ba86397c1c3d (diff)
Move share link to the bottom of list like in Files
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php20
1 files changed, 11 insertions, 9 deletions
diff --git a/templates/index.php b/templates/index.php
index 5f765f0e9..b17af506f 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -40,15 +40,6 @@ script(
<div class="detailCallInfoContainer">
<h3>Call name <span class="icon icon-rename"></span></h3>
- <div class="oneline">
- <label for="linkText" class="hidden-visually">Link</label>
- <input id="linkText" class="linkText" 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>
-
- <input name="shareLink" id="shareLink" class="checkbox" value="1" type="checkbox">
- <label for="shareLink"><?php p($l->t('Allow guests'));?></label><br>
-
<button><?php p($l->t('Start/stop webinary'));?></button>
</div>
@@ -95,6 +86,17 @@ script(
</li>
</ul>
</div>
+
+ <div class="linkShareView subView">
+ <input name="shareLink" id="shareLink" class="checkbox" value="1" type="checkbox">
+ <label for="shareLink"><?php p($l->t('Share link'));?></label><br>
+ <div class="oneline">
+ <label for="linkText" class="hidden-visually">Link</label>
+ <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>
+
</div>
</div>
</div>