settings.php 387 B

123456
  1. <form id="resharing">
  2. <fieldset class="personalblock">
  3. <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/>
  4. <em><?php echo $l->t('Allow users to reshare files they don\'t own');?></em>
  5. </fieldset>
  6. </form>