[Pkg-owncloud-commits] [owncloud] 60/123: remove superflous button. fixes #15971

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit acafc8ca4653a65125d88cf9d8d1bd6bd4ae413f
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Tue May 12 14:53:05 2015 +0200

    remove superflous button. fixes #15971
---
 apps/user_ldap/templates/part.wizard-groupfilter.php | 3 ---
 apps/user_ldap/templates/part.wizard-loginfilter.php | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/apps/user_ldap/templates/part.wizard-groupfilter.php b/apps/user_ldap/templates/part.wizard-groupfilter.php
index bfcfd11..2f663b8 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 fa17a9b..8d9fccf 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list