use hidden input field to disable sharing

remotes/origin/stable5
Björn Schießle 12 years ago
parent 8067a1394e
commit f28857377d
  1. 1
      apps/files_trashbin/templates/part.list.php

@ -1,3 +1,4 @@
<input type="hidden" id="disableSharing" data-status="<?php echo $_['disableSharing']; ?>">
<?php foreach($_['files'] as $file):
$simple_file_size = OCP\simple_file_size($file['size']);
// the bigger the file, the darker the shade of grey; megabytes*2

Loading…
Cancel
Save