Adaptation des dictionnaire et template pour la 2.4.x
This commit is contained in:
parent
00372ac099
commit
c952079bdf
|
@ -21,7 +21,7 @@
|
||||||
</family>
|
</family>
|
||||||
</variables>
|
</variables>
|
||||||
<constraints>
|
<constraints>
|
||||||
<condition name='hidden_if_in' source='activate_phpldapadmin'>
|
<condition name='disabled_if_in' source='activate_phpldapadmin'>
|
||||||
<param>non</param>
|
<param>non</param>
|
||||||
<target type='family'>phpldapadmin</target>
|
<target type='family'>phpldapadmin</target>
|
||||||
<target type='filelist'>phpldapadmin</target>
|
<target type='filelist'>phpldapadmin</target>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/* Define your LDAP servers in this section */
|
/* Define your LDAP servers in this section */
|
||||||
/*********************************************/
|
/*********************************************/
|
||||||
|
|
||||||
%if %%phpldapadmin_name == ""
|
%if %%getVar("phpldapadmin_name", "") == ""
|
||||||
$ldapservers->SetValue(0,'server','name','Serveur LDAP');
|
$ldapservers->SetValue(0,'server','name','Serveur LDAP');
|
||||||
%else
|
%else
|
||||||
$ldapservers->SetValue(0,'server','name','%%phpldapadmin_name');
|
$ldapservers->SetValue(0,'server','name','%%phpldapadmin_name');
|
||||||
|
|
Loading…
Reference in New Issue