diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-04 16:48:40 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-04 16:48:40 +0100 |
commit | 17820fbef6e2eda38b43cdb35a0c9c7b6fa59bb3 (patch) | |
tree | 142965457730faf096e9794acbb89ed48fd3f296 /apps/user_ldap/templates | |
parent | c3898061a8e8026ea608d5c79f597adf4cacc96c (diff) | |
download | nextcloud-server-17820fbef6e2eda38b43cdb35a0c9c7b6fa59bb3.tar.gz nextcloud-server-17820fbef6e2eda38b43cdb35a0c9c7b6fa59bb3.zip |
LDAP: make buttons on Expert page work again, fixes #5585
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r-- | apps/user_ldap/templates/part.settingcontrols.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/templates/part.settingcontrols.php b/apps/user_ldap/templates/part.settingcontrols.php index 017f21c8b1c..3ec234d70f8 100644 --- a/apps/user_ldap/templates/part.settingcontrols.php +++ b/apps/user_ldap/templates/part.settingcontrols.php @@ -1,6 +1,6 @@ <div class="ldapSettingControls"> - <input id="ldap_submit" type="submit" value="Save" /> - <button id="ldap_action_test_connection" name="ldap_action_test_connection"> + <input class="ldap_submit" value="Save"> + <button class="ldap_action_test_connection" name="ldap_action_test_connection"> <?php p($l->t('Test Configuration'));?> </button> <a href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/admin_manual/auth_ldap.html" |