mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 02:21:12 -04:00
5 lines
345 B
PHP
5 lines
345 B
PHP
<form id="versions">
|
|
<fieldset class="personalblock">
|
|
<input type="checkbox" name="versions" id="versions" value="1" <?php if (OCP\Config::getSystemValue('versions', 'true')=='true') echo ' checked="checked"'; ?> /> <label for="versions"><?php echo $l->t('Enable Files Versioning'); ?></label> <br/>
|
|
</fieldset>
|
|
</form>
|