diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-05-12 14:53:05 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-05-12 14:54:05 +0200 |
commit | acafc8ca4653a65125d88cf9d8d1bd6bd4ae413f (patch) | |
tree | 549e391630f6c9af99f4933d537b66e38a60e444 /apps | |
parent | 127b0d9edf4d5666bff4163ecd931ebb8d1d50c6 (diff) | |
download | nextcloud-server-acafc8ca4653a65125d88cf9d8d1bd6bd4ae413f.tar.gz nextcloud-server-acafc8ca4653a65125d88cf9d8d1bd6bd4ae413f.zip |
remove superflous button. fixes #15971
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/templates/part.wizard-groupfilter.php | 3 | ||||
-rw-r--r-- | apps/user_ldap/templates/part.wizard-loginfilter.php | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/apps/user_ldap/templates/part.wizard-groupfilter.php b/apps/user_ldap/templates/part.wizard-groupfilter.php index bfcfd115218..2f663b858e2 100644 --- a/apps/user_ldap/templates/part.wizard-groupfilter.php +++ b/apps/user_ldap/templates/part.wizard-groupfilter.php @@ -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> diff --git a/apps/user_ldap/templates/part.wizard-loginfilter.php b/apps/user_ldap/templates/part.wizard-loginfilter.php index fa17a9b430b..8d9fccf24b8 100644 --- a/apps/user_ldap/templates/part.wizard-loginfilter.php +++ b/apps/user_ldap/templates/part.wizard-loginfilter.php @@ -58,4 +58,4 @@ </p> <?php print_unescaped($_['wizardControls']); ?> </div> -</fieldset>
\ No newline at end of file +</fieldset> |