2021-04-13 11:07:10 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2021-04-13 19:05:01 +02:00
|
|
|
<rougail version="0.10">
|
2021-04-13 11:07:10 +02:00
|
|
|
<variables>
|
|
|
|
<family name="general">
|
2021-05-01 18:32:45 +02:00
|
|
|
<variable name="condition" type="choice" description="No change">
|
|
|
|
<value type="string">tous</value>
|
|
|
|
<choice type="string">tous</choice>
|
|
|
|
<choice type="string">authentifié</choice>
|
|
|
|
<choice type="string">aucun</choice>
|
2021-04-13 11:07:10 +02:00
|
|
|
</variable>
|
|
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
|
|
<value>tous</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="mode_conteneur_actif2" type="string" description="No change">
|
|
|
|
<value>non</value>
|
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
|
|
|
<constraints>
|
|
|
|
<condition name="disabled_if_in" source="condition">
|
|
|
|
<param type="variable">mode_conteneur_actif</param>
|
|
|
|
<target type="variable">mode_conteneur_actif2</target>
|
|
|
|
</condition>
|
|
|
|
</constraints>
|
2021-02-08 17:46:58 +01:00
|
|
|
</rougail>
|