summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoachim Bauch <bauch@struktur.de>2018-11-29 15:27:33 +0100
committerJoachim Bauch <bauch@struktur.de>2018-11-29 15:27:33 +0100
commit2dec057b8f6aa7d9e0cce5155b2bc9ebd07daee0 (patch)
treea2f34176fe78a0e3265a6f1e1f493d558f1acf7a /templates
parent7168c684afd29d0c28b9ad4c148dc590e52fbb4d (diff)
Add support for sharing fullscreen on Firefox.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php8
-rw-r--r--templates/index.php8
2 files changed, 14 insertions, 2 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index abdcb93a1..5623a43d7 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -78,7 +78,13 @@ script(
<span><?php p($l->t('Show your screen'));?></span>
</button>
</li>
- <li>
+ <li id="show-window-entry">
+ <button id="show-window-button">
+ <span class="icon-screen"></span>
+ <span><?php p($l->t('Show a single window'));?></span>
+ </button>
+ </li>
+ <li id="stop-screen-entry">
<button id="stop-screen-button">
<span class="icon-screen-off"></span>
<span><?php p($l->t('Stop screensharing'));?></span>
diff --git a/templates/index.php b/templates/index.php
index d351c92fd..9d4bccd5c 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -85,7 +85,13 @@ script(
<span><?php p($l->t('Show your screen'));?></span>
</button>
</li>
- <li>
+ <li id="show-window-entry">
+ <button id="show-window-button">
+ <span class="icon-screen"></span>
+ <span><?php p($l->t('Show a single window'));?></span>
+ </button>
+ </li>
+ <li id="stop-screen-entry">
<button id="stop-screen-button">
<span class="icon-screen-off"></span>
<span><?php p($l->t('Stop screensharing'));?></span>