Skip to content
Snippets Groups Projects
Commit 9d533fcd authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

add a legend tag. it´s consistent and looks nicer

parent 6568671b
No related branches found
No related tags found
No related merge requests found
<form id="versionssettings"> <form id="versionssettings">
<fieldset class="personalblock"> <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/> <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/>
</fieldset> </fieldset>
</form> </form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment