Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2016-10-19 00:20:59 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-10-19 18:42:29 +0300
commit93416e52a429e0fa2c4a283be818bb1bd51c4956 (patch)
tree7ecb8391e9c188644d2831893b6b9df535731b5b /templates
parent408fe08d5e2697cdd550bd2e6a66b7bdf0c83303 (diff)
Kill edit for specific groups code
Diffstat (limited to 'templates')
-rw-r--r--templates/documents.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/documents.php b/templates/documents.php
index 3840eafd..1d3556c0 100644
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -51,6 +51,4 @@ script('files', 'jquery.fileupload');
<?php if ($_['enable_previews']): ?>
<input type="hidden" id="previews_enabled" value="<?php p($_['enable_previews']) ?>" />
<?php endif; ?>
-<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="<?php p($_['allowShareWithLink']) ?>" />
-<input type="hidden" name="edit_groups" id="edit_groups" value="<?php p($_['edit_groups']) ?>" />
-<input type="hidden" name="usergroups" id="usergroups" value="<?php p($_['usergroups']) ?>" />
+<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="<?php p($_['allowShareWithLink']) ?>" /> \ No newline at end of file