diff --git a/core/module/plugin/plugin.php b/core/module/plugin/plugin.php index 21b70c20..266039d5 100644 --- a/core/module/plugin/plugin.php +++ b/core/module/plugin/plugin.php @@ -475,14 +475,12 @@ class plugin extends common { 'href' => helper::baseUrl(). $this->getUrl(0) . '/dataExport/' . $keyi18n . '/' . $pagesInfos[$keyi18n][$keyPage]['moduleId'] . '/' . $keyPage . '/' . $_SESSION['csrf'],// appel de fonction vaut exécution, utiliser un paramètre 'value' => template::ico('download'), 'help' => 'Exporter les données du module' - ]) - /* + ]), template::button('moduleImport' . $keyPage, [ 'href' => helper::baseUrl(). $this->getUrl(0) . '/dataImport/' . $keyi18n . '/' . $pagesInfos[$keyi18n][$keyPage]['moduleId'] . '/' . $keyPage . '/' . $_SESSION['csrf'],// appel de fonction vaut exécution, utiliser un paramètre 'value' => template::ico('upload'), 'help' => 'Importer les données du module' ]) - */ ]; } } diff --git a/core/module/plugin/view/index/index.php b/core/module/plugin/view/index/index.php index 1453ba39..d8c015dd 100644 --- a/core/module/plugin/view/index/index.php +++ b/core/module/plugin/view/index/index.php @@ -16,35 +16,54 @@ ]); ?>