From df1d90433dd21699a8a7f4121ceef242b768ec2a Mon Sep 17 00:00:00 2001
From: Lukas Reschke
Date: Wed, 27 Feb 2013 22:04:57 +0100
Subject: [user_ldap] From echo to p
---
apps/user_ldap/templates/settings.php | 108 +++++++++++++++++-----------------
1 file changed, 54 insertions(+), 54 deletions(-)
(limited to 'apps/user_ldap/templates')
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php
index a882e5b7548..cd004cec4b3 100644
--- a/apps/user_ldap/templates/settings.php
+++ b/apps/user_ldap/templates/settings.php
@@ -5,85 +5,85 @@
Advanced
'.$l->t('Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'
';
+ print_unescaped(''.$l->t('Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'
');
}
if(!function_exists('ldap_connect')) {
- echo ''.$l->t('Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.').'
';
+ print_unescaped(''.$l->t('Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.').'
');
}
?>
- t('Server configuration');?>
+
t('Server configuration'));?>
-
- t('Add Server Configuration');?>
+
+ t('Add Server Configuration'));?>
Delete Configuration
- t('Host');?>
-
- t('Base DN');?>
-
- t('User DN');?>
-
- t('Password');?>
+
t('Host'));?>
+
+ t('Base DN'));?>
+
+ t('User DN'));?>
+
+ t('Password'));?>
- t('User Login Filter');?>
+ data-default=""
+ title="t('For anonymous access, leave DN and Password empty.'));?>" />
+ t('User Login Filter'));?>
- t('use %%uid placeholder, e.g. "uid=%%uid"');?>
- t('User List Filter');?>
+ data-default=""
+ title="t('Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action.'));?>" />
+ t('use %%uid placeholder, e.g. "uid=%%uid"'));?>
+ t('User List Filter'));?>
- t('without any placeholder, e.g. "objectClass=person".');?>
- t('Group Filter');?>
+ data-default=""
+ title="t('Defines the filter to apply, when retrieving users.'));?>" />
+ t('without any placeholder, e.g. "objectClass=person".'));?>
+ t('Group Filter'));?>
- t('without any placeholder, e.g. "objectClass=posixGroup".');?>
+ data-default=""
+ title="t('Defines the filter to apply, when retrieving groups.'));?>" />
+ t('without any placeholder, e.g. "objectClass=posixGroup".'));?>
-
t('Connection Settings');?>
+
t('Connection Settings'));?>
-
t('Directory Settings');?>
+
t('Directory Settings'));?>
-
t('User Display Name Field');?>
-
t('Base User Tree');?>
-
t('User Search Attributes');?>
-
t('Group Display Name Field');?>
-
t('Base Group Tree');?>
-
t('Group Search Attributes');?>
-
t('Group-Member association');?> >uniqueMember >memberUid >member (AD)
+
t('User Display Name Field'));?>
+
t('Base User Tree'));?>
+
t('User Search Attributes'));?>
+
t('Group Display Name Field'));?>
+
t('Base Group Tree'));?>
+
t('Group Search Attributes'));?>
+
t('Group-Member association'));?> >uniqueMember >memberUid >member (AD)
-
t('Special Attributes');?>
+
t('Special Attributes'));?>
- Test Configuration t('Help');?>
+ t('Test Configuration'));?> t('Help'));?>
--
cgit v1.2.3