{{* -*- brindille -*- *}} {{:admin_header title="Configuration" current="module_equipment"}} {{* barre de navigation *}} {{:include file="_nav.html" current="config" subcurrent="typesES"}} {{if $_GET.ok}}

Configuration enregistrée.

{{/if}} {{* lecture config (défaut ou enregistrée) *}} {{:include file="./_get_config.html" keep="config, directions"}} {{#foreach from=$directions key="direction" item="item"}} {{* types de mouvements qui ne peuvent être supprimés *}} {{#load type="movement" where="$$.direction='%s'"|args:$direction group="$$.operation"}} {{:assign var="op_label" from="config.%s_nature.%s.label"|args:$direction:$operation}} {{:assign var="locked_%ss."|args:$direction value=$op_label}} {{/load}}

{{$item|ucfirst}}s

{{:assign var="nature" from="config.%s_nature"|args:$direction}} {{#foreach from=$nature key=key}} {{/foreach}}
Libellé Type
{{$label}} {{$type}} {{:assign var="locked" from="locked_%ss"|args:$direction}} {{if ! $locked|has:$label}} {{:linkbutton label="Supprimer" shape="delete" href="config/supprimer_type_mouvement.html?dir=%s&op_key=%s"|args:$direction:$key target="_dialog"}} {{/if}} {{:linkbutton label="Modifier" shape="edit" href="config/modifier_type_mouvement.html?dir=%s&op_key=%s"|args:$direction:$key target="_dialog"}}
{{/foreach}} {{:admin_footer}}