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>
|