fix label for versioning in admin settings

This commit is contained in:
Georg Ehrke 2012-08-04 18:50:05 +02:00
parent 627ea9efe4
commit da4057ecfd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<form id="versions">
<form id="versionssettings">
<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>