Adaptation des dictionnaire et template pour la 2.4.x

This commit is contained in:
Benjamin Bohard 2015-03-11 19:27:10 +01:00
parent 94dd82ed99
commit d00ff3d73c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</family>
</variables>
<constraints>
<condition name='hidden_if_in' source='activate_phpldapadmin'>
<condition name='disabled_if_in' source='activate_phpldapadmin'>
<param>non</param>
<target type='family'>phpldapadmin</target>
<target type='filelist'>phpldapadmin</target>

View File

@ -4,7 +4,7 @@
/* Define your LDAP servers in this section */
/*********************************************/
%if %%phpldapadmin_name == ""
%if %%getVar("phpldapadmin_name", "") == ""
$ldapservers->SetValue(0,'server','name','Serveur LDAP');
%else
$ldapservers->SetValue(0,'server','name','%%phpldapadmin_name');