summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-01-17 12:40:02 +0100
committerJoas Schilling <coding@schilljs.com>2019-02-20 12:17:33 +0100
commitc0e34c872902c2b324656dcc3d00c9fc60eced1d (patch)
tree09e842fca8d00ade88c7482a12cda36627d33ffa /templates
parentbea75cf69834abdb01cc78db5ebaaea3da9b64de (diff)
Start with commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/admin/commands.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/settings/admin/commands.php b/templates/settings/admin/commands.php
new file mode 100644
index 000000000..0b4814a98
--- /dev/null
+++ b/templates/settings/admin/commands.php
@@ -0,0 +1,14 @@
+<?php
+/** @var array $_ */
+/** @var \OCP\IL10N $l */
+script('spreed', ['admin/commands']);
+style('spreed', ['settings-admin']);
+?>
+
+<div class="videocalls section" id="chat_commands">
+ <h2><?php p($l->t('Commands')) ?></h2>
+ <p class="settings-hint"><?php p($l->t('Specify commands the users can use in chats')); ?></p>
+
+ <div class="commands">
+ </div>
+</div>