{{* -*- 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"}} {{* types d'entrées qui ne peuvent être supprimées *}} {{#load type="movement" where="$$.direction='input'" group="$$.operation"}} {{:assign var="op_label" from="config.input_nature.%s.label"|args:$operation}} {{:assign var="locked_inputs." value=$op_label}} {{/load}} {{* types de sorties qui ne peuvent être supprimées *}} {{#load type="movement" where="$$.direction='output'" group="$$.output_nature"}} {{:assign var="op_label" from="config.output_nature.%s.label"|args:$operation}} {{:assign var="locked_outputs." value=$op_label}} {{/load}}Libellé | Type | |
---|---|---|
{{$label}} | {{$type}} | {{if ! $locked_inputs|has:$label}} {{:linkbutton label="Supprimer" shape="delete" href="config/supprimer_type_mouvement.html?dir=input&op_key=%s"|args:$key target="_dialog"}} {{/if}} {{:linkbutton label="Modifier" shape="edit" href="config/modifier_type_mouvement.html?dir=input&op_key=%s"|args:$key target="_dialog"}} |
Libellé | Type | |
---|---|---|
{{$label}} | {{$type}} | {{if ! $locked_outputs|has:$label}} {{:linkbutton label="Supprimer" shape="delete" href="config/supprimer_type_mouvement.html?dir=output&op_key=%s"|args:$key target="_dialog"}} {{/if}} {{:linkbutton label="Modifier" shape="edit" href="config/modifier_type_mouvement.html?dir=output&op_key=%s"|args:$key target="_dialog"}} |