simplify and creole => rougail
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<creole>
|
||||
<rougail>
|
||||
|
||||
<services/>
|
||||
|
||||
@ -17,6 +17,6 @@
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
||||
|
@ -1,4 +1,4 @@
|
||||
<creole>
|
||||
<rougail>
|
||||
<family_action name="systeme"
|
||||
description="Liste des actions pour gérer le système EOLE"
|
||||
color="#ddc9e6"
|
||||
@ -31,4 +31,4 @@
|
||||
</auto>
|
||||
</constraints>
|
||||
<help/>
|
||||
</creole>
|
||||
</rougail>
|
||||
|
@ -4,30 +4,39 @@
|
||||
<family doc="systeme" name="systeme">
|
||||
<family doc="action0" name="action0">
|
||||
<variable doc="" multi="False" name="description" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Reconfigurer le serveur</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="ewtapp" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>ead</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="image" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>backup.svg</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="input" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Reconfigurer</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="name" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>extra</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="profile" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>ead_admin</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="save" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>False</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="tag" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>reconfigure</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="title" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Reconfigure</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="type" type="choice">
|
||||
@ -36,23 +45,31 @@
|
||||
<choice>external</choice>
|
||||
<choice>reader</choice>
|
||||
<choice>apache</choice>
|
||||
<property>mandatory</property>
|
||||
<value>external</value>
|
||||
</variable>
|
||||
<variable multi="False" name="url" opt="extra.test.calc_url" type="symlink"/>
|
||||
<variable multi="False" name="url" opt="extra.test.calc_url" type="symlink">
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
<variable doc="" multi="False" name="name" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>systeme</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="description" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Liste des actions pour gérer le système EOLE</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="color" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>#ddc9e6</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="image" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>system.svg</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
Reference in New Issue
Block a user