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

settings.php « templates « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b6ba5f33ee1d0766e7da1adfdaf0ff640602a42 (plain)
1
2
3
4
5
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>