diff --git a/formulaires/editer_blocs_type.php b/formulaires/editer_blocs_type.php index af4dcc4311832ea8b28d2da9f54306a6be5ee9df..2ef186fb46d597e525a2a96e1fb01cb8ee3bd6de 100644 --- a/formulaires/editer_blocs_type.php +++ b/formulaires/editer_blocs_type.php @@ -50,9 +50,8 @@ function formulaires_editer_blocs_type_saisies_dist($id_blocs_type = 'new', $ret 'saisie' => 'blocs_types', 'options' => [ 'nom' => 'id_blocs_type_parent', - 'label' => _T('blocs_type:champ_id_blocs_type_parent_label'), - + 'exclus' => [(int)$id_blocs_type], ], ], diff --git a/saisies/blocs_types.html b/saisies/blocs_types.html index 59d00c40cac45ec48258da5804ac60f0b3548f6e..9209c3d1778b2bcfc02b85cbd91f86b88f994787 100644 --- a/saisies/blocs_types.html +++ b/saisies/blocs_types.html @@ -1,7 +1,10 @@ <select name="#ENV{nom}" id="champ_[(#ENV{nom}|saisie_nom2classe)]"[ class="(#ENV{class})"][ disabled="(#ENV{disable})"]> [(#ENV{cacher_option_intro}|non) <option value="">[(#ENV{option_intro})]</option>] - <BOUCLE_blocs_types(BLOCS_TYPES){id_blocs_type?}{id_blocs_type_parent?}{recherche?}{tout}{par num titre, titre}> + <BOUCLE_blocs_types(BLOCS_TYPES) + {id_blocs_type !IN #ENV{exclus}} + {id_blocs_type?}{id_blocs_type_parent?}{recherche?} + {tout}{par num titre, titre}> <option value="#ID_BLOCS_TYPE"[(#ID_BLOCS_TYPE|=={#ENV{valeur_forcee,#ENV{valeur,#ENV{defaut}}}}|oui) selected="selected"]>#TITRE</option> </BOUCLE_blocs_types> </select>