summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-09-13 18:50:40 +0200
committerJoas Schilling <coding@schilljs.com>2019-09-19 14:55:59 +0200
commit940a9351aae7dc7f95eb7a2ba35a0bc8db45a8ba (patch)
treeabb1525392ad15304e94b0050a73eb953d9563a9 /templates
parent256c9fc5878cceffc859478143f1f965e8e24be6 (diff)
Allow to limit "Start call" to users and moderators
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/admin/general-settings.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/settings/admin/general-settings.php b/templates/settings/admin/general-settings.php
new file mode 100644
index 000000000..e135f2341
--- /dev/null
+++ b/templates/settings/admin/general-settings.php
@@ -0,0 +1,10 @@
+<?php
+/** @var array $_ */
+/** @var \OCP\IL10N $l */
+script('spreed', ['admin/general-settings']);
+style('spreed', ['settings-admin']);
+?>
+
+<div class="videocalls section" id="general_settings">
+ <h2><?php p($l->t('General settings')) ?></h2>
+</div>