diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-11 19:25:20 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-11 19:25:20 +0100 |
commit | 082357a670de9af9bb1418b2b227f44a381ecc99 (patch) | |
tree | 03c474313a84193de07e681bdf0d0638ee9664ff /apps | |
parent | da61c6ef72abd54d98e9b1aa4300dba6a0eff3f0 (diff) | |
download | nextcloud-server-082357a670de9af9bb1418b2b227f44a381ecc99.tar.gz nextcloud-server-082357a670de9af9bb1418b2b227f44a381ecc99.zip |
LDAP Wizard: remove ugly whitespace where it should not be
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 22aab0186f7..feb5ac6385d 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -20,8 +20,7 @@ <h3><?php p($l->t('Connection Settings'));?></h3> <div> <p><label for="ldap_configuration_active"><?php p($l->t('Configuration Active'));?></label><input type="checkbox" id="ldap_configuration_active" name="ldap_configuration_active" value="1" data-default="<?php p($_['ldap_configuration_active_default']); ?>" title="<?php p($l->t('When unchecked, this configuration will be skipped.'));?>" /></p> - <p><label for="ldap_login_filter"><?php p($l->t('User Login Filter'));?></label> - <input type="text" id="ldap_login_filter" name="ldap_login_filter" + <p><label for="ldap_login_filter"><?php p($l->t('User Login Filter'));?></label><input type="text" id="ldap_login_filter" name="ldap_login_filter" data-default="<?php p($_['ldap_login_filter_default']); ?>" title="<?php p($l->t('Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: "uid=%%uid"'));?>" /></p> <p><label for="ldap_backup_host"><?php p($l->t('Backup (Replica) Host'));?></label><input type="text" id="ldap_backup_host" name="ldap_backup_host" data-default="<?php p($_['ldap_backup_host_default']); ?>" title="<?php p($l->t('Give an optional backup host. It must be a replica of the main LDAP/AD server.'));?>"></p> |