|
|
|
@ -102,7 +102,7 @@ function menus_ieconfig($flux) {
|
|
|
|
|
'label' => $identifiant.(isset($menu['titre']) ? ' ('.typo($menu['titre']).')' : ''),
|
|
|
|
|
'cacher_option_intro' => 'oui',
|
|
|
|
|
'attention' => '<:menus:formulaire_ieconfig_menu_meme_identifiant:>',
|
|
|
|
|
'datas' => array(
|
|
|
|
|
'data' => array(
|
|
|
|
|
'non' => '<:menus:formulaire_ieconfig_ne_pas_importer:>',
|
|
|
|
|
'renommer' => '<:menus:formulaire_ieconfig_renommer:>',
|
|
|
|
|
'remplacer' => '<:menus:formulaire_ieconfig_remplacer:>'
|
|
|
|
@ -116,7 +116,7 @@ function menus_ieconfig($flux) {
|
|
|
|
|
'nom' => 'menus_importer_'.$identifiant,
|
|
|
|
|
'label' => $identifiant.(isset($menu['titre']) ? ' ('.typo($menu['titre']).')' : ''),
|
|
|
|
|
'cacher_option_intro' => 'oui',
|
|
|
|
|
'datas' => array(
|
|
|
|
|
'data' => array(
|
|
|
|
|
'non' => '<:menus:formulaire_ieconfig_ne_pas_importer:>',
|
|
|
|
|
'importer' => '<:menus:formulaire_ieconfig_importer:>'
|
|
|
|
|
)
|
|
|
|
|