36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<rougail>
|
|
|
|
<variables>
|
|
<family name='general'>
|
|
<variable name='condition' type='string' description="No change">
|
|
<value>tous</value>
|
|
</variable>
|
|
<variable name='mode_conteneur_actif' type='string' description="No change" hidden="True">
|
|
<value>non</value>
|
|
</variable>
|
|
<variable name='mode_conteneur_actif2' type='string' description="No change" hidden="True">
|
|
<value>non</value>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<check name="valid_enum" target="condition">
|
|
<param>tous</param>
|
|
<param>authentifié</param>
|
|
<param>aucun</param>
|
|
</check>
|
|
<condition name='hidden_if_in' source='condition'>
|
|
<param>oui</param>
|
|
<param>non</param>
|
|
<target type='variable'>mode_conteneur_actif</target>
|
|
<target type='variable'>mode_conteneur_actif2</target>
|
|
</condition>
|
|
</constraints>
|
|
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|