diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-06-04 13:04:18 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-06-04 13:05:18 +0200 |
commit | 59bbf0acee01b64991cbda73270adffe9ff9006b (patch) | |
tree | 916e92b7d36df48a38e241c05570023245474207 /apps/user_ldap | |
parent | 8755fd88bbcf0468f7ccd35054a07b35133bde13 (diff) | |
download | nextcloud-server-59bbf0acee01b64991cbda73270adffe9ff9006b.tar.gz nextcloud-server-59bbf0acee01b64991cbda73270adffe9ff9006b.zip |
LDAP: link to documentation on settings page
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 34c4f8f9d90..a0e5c15f3a3 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -4,6 +4,7 @@ <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']; ?>" /> @@ -26,7 +27,7 @@ <label for="ldap_quota_def">Quota Default</label><input type="text" id="ldap_quota_def" name="ldap_quota_def" value="<?php if (isset($_['ldap_quota_def'])) echo $_['ldap_quota_def']; ?>" />bytes</p> <p><label for="ldap_email_attr">Email Attribute</label><input type="text" id="ldap_email_attr" name="ldap_email_attr" value="<?php echo $_['ldap_email_attr']; ?>" /></p> </fieldset> - <input type="submit" value="Save" /> + <input type="submit" value="Save" /> <a href="http://owncloud.org/support/ldap-backend/" target="_blank"><img src="<?php echo OCP\Util::imagePath('','actions/info.png'); ?>" style="height:1.75ex" /> <?php echo $l->t('Help');?></a> </div> </form> |