add a legend tag. it´s consistent and looks nicer
This commit is contained in:
parent
6568671bdc
commit
9d533fcd72
|
@ -1,5 +1,6 @@
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue