diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-06-04 13:27:55 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-06-04 13:28:31 +0200 |
commit | 782d82730a3641599edec8d0b70f96c5f37ee49c (patch) | |
tree | 86baceaf8a77590bdae5d56d15eec3b796112571 /apps/user_ldap/templates/settings.php | |
parent | 2842088b755af8aac1b3896a9cff2a53049b44ce (diff) | |
download | nextcloud-server-782d82730a3641599edec8d0b70f96c5f37ee49c.tar.gz nextcloud-server-782d82730a3641599edec8d0b70f96c5f37ee49c.zip |
commited a bit too much before
Diffstat (limited to 'apps/user_ldap/templates/settings.php')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index a0e5c15f3a3..3462f2473f4 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -4,7 +4,6 @@ <li><a href="#ldapSettings-1">LDAP Basic</a></li> <li><a href="#ldapSettings-2">Advanced</a></li> </ul> - <p style="text-align:right; float:right; margin: 2ex 1em;"><a href="http://owncloud.org/support/ldap-backend/" target="_blank">How to configure the LDAP backend <img src="<?php echo OCP\Util::imagePath('','actions/info.png'); ?>" /></a></p> <fieldset id="ldapSettings-1"> <p><label for="ldap_host"><?php echo $l->t('Host');?><input type="text" id="ldap_host" name="ldap_host" value="<?php echo $_['ldap_host']; ?>"></label> <label for="ldap_base"><?php echo $l->t('Base');?></label><input type="text" id="ldap_base" name="ldap_base" value="<?php echo $_['ldap_base']; ?>" /></p> <p><label for="ldap_dn"><?php echo $l->t('Name');?></label><input type="text" id="ldap_dn" name="ldap_dn" value="<?php echo $_['ldap_dn']; ?>" /> |