mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
remove superflous button. fixes #15971
This commit is contained in:
parent
127b0d9edf
commit
acafc8ca46
@ -47,9 +47,6 @@
|
||||
placeholder="<?php p($l->t('Edit LDAP Query'));?>"
|
||||
title="<?php p($l->t('The filter specifies which LDAP groups shall have access to the %s instance.', $theme->getName()));?>">
|
||||
</textarea>
|
||||
<button class="ldapGetEntryCount hidden" name="ldapGetEntryCount" type="button">
|
||||
<?php p($l->t('Test Filter'));?>
|
||||
</button>
|
||||
</p>
|
||||
<p>
|
||||
<div class="ldapWizardInfo invisible"> </div>
|
||||
|
||||
@ -58,4 +58,4 @@
|
||||
</p>
|
||||
<?php print_unescaped($_['wizardControls']); ?>
|
||||
</div>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user