Skip to content
Snippets Groups Projects
Commit 44091a1a authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #16277 from owncloud/fix-15971

remove superflous button. fixes #15971
parents 46e4d881 acafc8ca
No related branches found
No related tags found
No related merge requests found
...@@ -47,9 +47,6 @@ ...@@ -47,9 +47,6 @@
placeholder="<?php p($l->t('Edit LDAP Query'));?>" 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()));?>"> title="<?php p($l->t('The filter specifies which LDAP groups shall have access to the %s instance.', $theme->getName()));?>">
</textarea> </textarea>
<button class="ldapGetEntryCount hidden" name="ldapGetEntryCount" type="button">
<?php p($l->t('Test Filter'));?>
</button>
</p> </p>
<p> <p>
<div class="ldapWizardInfo invisible">&nbsp;</div> <div class="ldapWizardInfo invisible">&nbsp;</div>
......
...@@ -58,4 +58,4 @@ ...@@ -58,4 +58,4 @@
</p> </p>
<?php print_unescaped($_['wizardControls']); ?> <?php print_unescaped($_['wizardControls']); ?>
</div> </div>
</fieldset> </fieldset>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment