aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/templates
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-12-13 22:04:44 +0100
committerVincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com>2022-12-20 16:31:06 +0000
commite6f23f50df268520ff5aeb28b477f9392f59df1c (patch)
tree9815ed1c9cc7740602827f79bc58f7c0fc5247c4 /apps/dav/templates
parent761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff)
downloadnextcloud-server-e6f23f50df268520ff5aeb28b477f9392f59df1c.tar.gz
nextcloud-server-e6f23f50df268520ff5aeb28b477f9392f59df1c.zip
Remove comment and guests option from Invitations UI
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'apps/dav/templates')
-rw-r--r--apps/dav/templates/schedule-response-options.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/dav/templates/schedule-response-options.php b/apps/dav/templates/schedule-response-options.php
index fe12ea96c79..bae43022f12 100644
--- a/apps/dav/templates/schedule-response-options.php
+++ b/apps/dav/templates/schedule-response-options.php
@@ -25,10 +25,6 @@
</label>
</div>
</fieldset>
- <fieldset id="more_options">
- <input type="number" min="0" name="guests" placeholder="<?php p($l->t('Number of guests')); ?>" />
- <input type="text" name="comment" placeholder="<?php p($l->t('Comment')); ?>" />
- </fieldset>
<fieldset>
<input type="submit" value="<?php p($l->t('Save'));?>">
</fieldset>