diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-28 19:37:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-28 19:37:58 +0100 |
commit | 74f6f856289b62c69a1e12e9fc38cf6fd7b29680 (patch) | |
tree | 255d0437dd79840b9291e0d8874bd5b031fc89a3 /apps/files/templates | |
parent | 232cc3211b2b312d4e32e7d0fb482a2b7affe89a (diff) | |
parent | 06c1c35ac90f7920afa637ab0b628529b4135d40 (diff) | |
download | nextcloud-server-74f6f856289b62c69a1e12e9fc38cf6fd7b29680.tar.gz nextcloud-server-74f6f856289b62c69a1e12e9fc38cf6fd7b29680.zip |
merge master into filesystem
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/part.list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index 1c683c11230..5c39dda85ff 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -1,4 +1,4 @@ -<script type="text/javascript" src="<?php echo OC_Helper::linkToRoute('publicListView');?>"></script> +<input type="hidden" id="disableSharing" data-status="<?php echo $_['disableSharing']; ?>"> <?php foreach($_['files'] as $file): $simple_file_size = OCP\simple_file_size($file['size']); |