diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-05-12 15:54:49 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-05-12 15:54:49 +0200 |
commit | 44091a1a123c0fec27697acab0ee68bd8d61efc3 (patch) | |
tree | c8d373972cbe25de538cbc306e7d38ff029ef531 /apps | |
parent | 46e4d8818ce951383dc467f46f8fc0492536cd48 (diff) | |
parent | acafc8ca4653a65125d88cf9d8d1bd6bd4ae413f (diff) | |
download | nextcloud-server-44091a1a123c0fec27697acab0ee68bd8d61efc3.tar.gz nextcloud-server-44091a1a123c0fec27697acab0ee68bd8d61efc3.zip |
Merge pull request #16277 from owncloud/fix-15971
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> |