mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
left-align checkbox on server tab
This commit is contained in:
parent
c714e9bf02
commit
7b15fcc3f8
1 changed files with 3 additions and 4 deletions
|
|
@ -70,14 +70,13 @@
|
|||
</div>
|
||||
|
||||
<div class="tablerow left">
|
||||
<label for="ldap_experienced_admin" class="tablecell">
|
||||
<?php p($l->t('Manually enter LDAP filters (recommended for large directories)'));?>
|
||||
</label>
|
||||
|
||||
<input type="checkbox" id="ldap_experienced_admin" value="1"
|
||||
name="ldap_experienced_admin" class="tablecell lwautosave"
|
||||
title="<?php p($l->t('Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.'));?>"
|
||||
/>
|
||||
<label for="ldap_experienced_admin" class="tablecell">
|
||||
<?php p($l->t('Manually enter LDAP filters (recommended for large directories)'));?>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="tablerow">
|
||||
|
|
|
|||
Loading…
Reference in a new issue