aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/templates/settings.php')
-rw-r--r--apps/files_sharing/templates/settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/settings.php b/apps/files_sharing/templates/settings.php
new file mode 100644
index 00000000000..5b6ba5f33ee
--- /dev/null
+++ b/apps/files_sharing/templates/settings.php
@@ -0,0 +1,6 @@
+<form id="resharing">
+ <fieldset class="personalblock">
+ <input type="checkbox" name="allowResharing" id="allowResharing" value="1" <?php if ($_['allowResharing'] == 'yes') echo ' checked="checked"'; ?> /> <label for="allowResharing"><?php echo $l->t('Enable Resharing'); ?></label> <br/>
+ <em><?php echo $l->t('Allow users to reshare files they don\'t own');?></em>
+ </fieldset>
+</form> \ No newline at end of file