From d7a08925dfb4665b2708388d6d9c0b32fa26a5f4 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Mon, 14 Sep 2020 12:16:06 +0200 Subject: [PATCH] Labels projet en français --- src/Template/Projets/index.ctp | 8 ++++---- src/Template/Projets/view.ctp | 17 ++++++++++------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/Template/Projets/index.ctp b/src/Template/Projets/index.ctp index d42429e..2ef6fdb 100644 --- a/src/Template/Projets/index.ctp +++ b/src/Template/Projets/index.ctp @@ -37,10 +37,10 @@ $projets = $projets; --> Paginator->sort('nom') ?> Paginator->sort('groupes_thematique_id', 'Groupe thématique') ?> - Paginator->sort('chef_science_id') ?> - Paginator->sort('chef_projet_id') ?> - Paginator->sort('date_start') ?> - Paginator->sort('date_stop') ?> + Paginator->sort('chef_science_id', 'Responsable scientifique') ?> + Paginator->sort('chef_projet_id', 'Chef de projet') ?> + Paginator->sort('date_start', 'Date début') ?> + Paginator->sort('date_stop', 'Date fin') ?> diff --git a/src/Template/Projets/view.ctp b/src/Template/Projets/view.ctp index 0422713..7ea6f87 100644 --- a/src/Template/Projets/view.ctp +++ b/src/Template/Projets/view.ctp @@ -26,11 +26,14 @@ $projet = $projet; -->

nom) ?>

+ + @@ -42,20 +45,20 @@ $projet = $projet; --> - + - + - + - +
has('groupes_thematique_id') ? $this->Html->link($projet->groupe_thematique->nom, ['controller' => 'GroupesThematiques', 'action' => 'view', $projet->groupes_thematique_id]) : '' ?>
has('chef_science_id') ? $this->Html->link($projet->Pi->nom, ['controller' => 'Users', 'action' => 'view', $projet->Pi->id]) : '' ?>
has('chef_projet_id') ? $this->Html->link($projet->Pm->nom, ['controller' => 'Users', 'action' => 'view', $projet->Pm->id]) : '' ?>
date_start) ?>
date_stop) ?>