summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorIvan Sein <ivan@struktur.de>2018-12-03 12:16:48 +0100
committerIvan Sein <ivan@struktur.de>2018-12-03 12:16:48 +0100
commitbb38d02177972abc48b6a98bd461a0ef2d54c60c (patch)
tree625ab73ac57597377306400ea1eefefdbbecd352 /templates
parentf0b94d8b82fcbd7bdf12ceb31b9cf510b23dbd75 (diff)
Create specific button to show your screen.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php14
-rw-r--r--templates/index.php14
2 files changed, 20 insertions, 8 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 9971881a4..46f0afe84 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -72,18 +72,24 @@ script(
<button id="screensharing-button" class="app-navigation-entry-utils-menu-button icon-screen-off icon-white icon-shadow screensharing-disabled" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Share screen')) ?>"></button>
<div id="screensharing-menu" class="app-navigation-entry-menu">
<ul>
- <li>
- <button id="show-screen-button">
+ <li id="share-screen-entry">
+ <button id="share-screen-button">
<span class="icon-screen"></span>
<span><?php p($l->t('Share your screen'));?></span>
</button>
</li>
- <li id="show-window-entry">
- <button id="show-window-button">
+ <li id="share-window-entry">
+ <button id="share-window-button">
<span class="icon-share-window"></span>
<span><?php p($l->t('Share a single window'));?></span>
</button>
</li>
+ <li id="show-screen-entry">
+ <button id="show-screen-button">
+ <span class="icon-screen"></span>
+ <span><?php p($l->t('Show your screen'));?></span>
+ </button>
+ </li>
<li id="stop-screen-entry">
<button id="stop-screen-button">
<span class="icon-screen-off"></span>
diff --git a/templates/index.php b/templates/index.php
index cedd41fb6..f4aea8994 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -79,18 +79,24 @@ script(
<button id="screensharing-button" class="app-navigation-entry-utils-menu-button icon-screen-off icon-white icon-shadow screensharing-disabled" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Share screen')) ?>"></button>
<div id="screensharing-menu" class="app-navigation-entry-menu">
<ul>
- <li>
- <button id="show-screen-button">
+ <li id="share-screen-entry">
+ <button id="share-screen-button">
<span class="icon-screen"></span>
<span><?php p($l->t('Share your screen'));?></span>
</button>
</li>
- <li id="show-window-entry">
- <button id="show-window-button">
+ <li id="share-window-entry">
+ <button id="share-window-button">
<span class="icon-share-window"></span>
<span><?php p($l->t('Share a single window'));?></span>
</button>
</li>
+ <li id="show-screen-entry">
+ <button id="show-screen-button">
+ <span class="icon-screen"></span>
+ <span><?php p($l->t('Show your screen'));?></span>
+ </button>
+ </li>
<li id="stop-screen-entry">
<button id="stop-screen-button">
<span class="icon-screen-off"></span>