mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #16277 from owncloud/fix-15971
remove superflous button. fixes #15971
This commit is contained in:
commit
44091a1a12
2 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue