remove superflous button. fixes #15971

This commit is contained in:
Arthur Schiwon 2015-05-12 14:53:05 +02:00
parent 127b0d9edf
commit acafc8ca46
2 changed files with 1 additions and 4 deletions

View File

@ -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>

View File

@ -58,4 +58,4 @@
</p> </p>
<?php print_unescaped($_['wizardControls']); ?> <?php print_unescaped($_['wizardControls']); ?>
</div> </div>
</fieldset> </fieldset>