From: Arthur Schiwon Date: Wed, 14 Aug 2013 14:51:38 +0000 (+0200) Subject: LDAP: move small info text strings into tooltips X-Git-Tag: v6.0.0alpha2~301^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7b17fd2f172af24e0769ee6a601dd26aeb65ed48;p=nextcloud-server.git LDAP: move small info text strings into tooltips --- diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 95aa592594b..c051ea5cfe1 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -51,18 +51,15 @@

-
t('use %%uid placeholder, e.g. "uid=%%uid"'));?>

+ title="t('Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: "uid=%%uid"'));?>" />

-
t('without any placeholder, e.g. "objectClass=person".'));?>

+ title="t('Defines the filter to apply, when retrieving users (no placeholders). Example: "objectClass=person"'));?>" />

-
t('without any placeholder, e.g. "objectClass=posixGroup".'));?>

+ title="t('Defines the filter to apply, when retrieving groups (no placeholders). Example: "objectClass=posixGroup"'));?>" />

@@ -75,7 +72,7 @@

>

-


t('Not recommended, use for testing only.'));?>

+


t('Directory Settings'));?>