diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-04-08 17:13:59 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-04-08 17:13:59 +0200 |
commit | 35ab6fe5a95988ef55fafdd3f94d759d602833ef (patch) | |
tree | 73fef9403910d37f63f5cf29dcfe84d1a633d4a1 /apps/files_trashbin | |
parent | 618914282ac35eec0264cc8d320c718fae79194b (diff) | |
download | nextcloud-server-35ab6fe5a95988ef55fafdd3f94d759d602833ef.tar.gz nextcloud-server-35ab6fe5a95988ef55fafdd3f94d759d602833ef.zip |
Disable sharing in trashbin app
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 615cf8bdd00..b6c61c9b1c3 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -6,6 +6,7 @@ <div id="emptycontent" class="hidden"><?php p($l->t('Nothing in here. Your trash bin is empty!'))?></div> <input type="hidden" id="permissions" value="0"></input> +<input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"></input> <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> <table id="filestable"> |