2012-08-04 20:50:05 +04:00
|
|
|
<form id="versionssettings">
|
2012-04-30 21:18:00 +04:00
|
|
|
<fieldset class="personalblock">
|
2012-09-16 19:13:16 +04:00
|
|
|
<legend><strong><?php echo $l->t('Files Versioning');?></strong></legend>
|
|
|
|
<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'); ?></label> <br/>
|
2012-04-30 21:18:00 +04:00
|
|
|
</fieldset>
|
|
|
|
</form>
|