From 9a97455d5bc88571c65d443c597de4270d964975 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 22 Feb 2012 11:35:18 +0000 Subject: [PATCH] Action pour l'affichage des informations d'enrichissements --- .../frontend/controllers/DashboardController.php | 15 ++++++++++++--- .../views/scripts/dashboard/enrichissement.phtml | 1 + .../{exports.phtml => enrichissements.phtml} | 0 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 application/modules/frontend/views/scripts/dashboard/enrichissement.phtml rename application/modules/frontend/views/scripts/dashboard/{exports.phtml => enrichissements.phtml} (100%) diff --git a/application/modules/frontend/controllers/DashboardController.php b/application/modules/frontend/controllers/DashboardController.php index a9ecf468..f61e69b2 100644 --- a/application/modules/frontend/controllers/DashboardController.php +++ b/application/modules/frontend/controllers/DashboardController.php @@ -75,12 +75,21 @@ class DashboardController extends Libs_Controller // action body } - public function exportsAction() + /** + * Liste des enrichissements + */ + public function enrichissementsAction() { - // action body + } - + /** + * Détail d'un enrichissment + */ + public function enrichissementAction() + { + + } } diff --git a/application/modules/frontend/views/scripts/dashboard/enrichissement.phtml b/application/modules/frontend/views/scripts/dashboard/enrichissement.phtml new file mode 100644 index 00000000..b3d9bbc7 --- /dev/null +++ b/application/modules/frontend/views/scripts/dashboard/enrichissement.phtml @@ -0,0 +1 @@ +