diff --git a/src/Template/Element/menu.ctp b/src/Template/Element/menu.ctp
index 05dcf14..42f4150 100755
--- a/src/Template/Element/menu.ctp
+++ b/src/Template/Element/menu.ctp
@@ -15,10 +15,14 @@
['controller' => 'materiels', 'action' => 'find'],
['escape' => false]); ?>
-
@@ -39,12 +41,13 @@ echo $pluralHumanName;
$t = str_replace('sur categorie', 'domaine', $t);
$t = str_replace('sous categorie', 'sous-catégorie', $t);
$t = str_replace('categorie', 'catégorie', $t);
-
+ $t = str_replace('unite', 'unité', $t);
+ $t = str_replace('formule', 'formule', $t);
if(strlen($t) > 12) {
$t = 'Nouv. '.$t;
}
else {
- if(strstr($t, 'catégorie')) {
+ if(strstr($t, 'catégorie') || strstr($t,'unité') || strstr($t,'formule')) {
$t = ' Nouvelle ' . $t;
} elseif(strstr($t, 'utilisateur') || strstr($t, 'emprunt')) {
$t = ' Nouvel ' . $t;
diff --git a/src/Template/Pages/tools.ctp b/src/Template/Pages/tools.ctp
index 2fa8e8c..820e6f5 100755
--- a/src/Template/Pages/tools.ctp
+++ b/src/Template/Pages/tools.ctp
@@ -10,7 +10,7 @@
echo '';
endif;
- if(in_array($role, ['Administration Plus', 'Super Administrateur'])) {
+ if(in_array($role, ['Administration','Administration Plus', 'Super Administrateur'])) {
echo '';
echo $this->Html->link('Gérer le contenu variable de l\'application', ['controller' => 'pages', 'action' => 'tools_sm']);
echo ' |
';
diff --git a/src/Template/Pages/tools_menu_sm.ctp b/src/Template/Pages/tools_menu_sm.ctp
index 423cc83..caf5704 100755
--- a/src/Template/Pages/tools_menu_sm.ctp
+++ b/src/Template/Pages/tools_menu_sm.ctp
@@ -48,7 +48,17 @@ echo '';
echo $this->Html->link('Liste des types de documents', ['controller' => 'type_documents', 'sort' => 'nom']);
echo ' |
';
+echo '';
+echo $this->Html->link('Liste des unités', ['controller' => 'unites', 'sort' => 'nom']);
+echo ' |
';
+echo '';
+echo $this->Html->link('Liste des fournisseurs', ['controller' => 'fournisseurs', 'sort' => 'nom']);
+echo ' |
';
+
+echo '';
+echo $this->Html->link('Liste des formules', ['controller' => 'formules', 'sort' => 'nom']);
+echo ' |
';
?>
diff --git a/src/Template/Pages/tools_sm.ctp b/src/Template/Pages/tools_sm.ctp
index e3ed8d4..72f3197 100644
--- a/src/Template/Pages/tools_sm.ctp
+++ b/src/Template/Pages/tools_sm.ctp
@@ -48,7 +48,17 @@ echo '';
echo $this->Html->link('Gérer les types de documents', ['controller' => 'type_documents', 'sort' => 'nom']);
echo ' |
';
+echo '';
+echo $this->Html->link('Gérer les unités', ['controller' => 'unite', 'sort' => 'nom']);
+echo ' |
';
+echo '';
+echo $this->Html->link('Gérer les fournisseurs', ['controller' => 'fournisseurs', 'sort' => 'nom']);
+echo ' |
';
+
+echo '';
+echo $this->Html->link('Gérer les formules', ['controller' => 'formules', 'sort' => 'nom']);
+echo ' |
';
?>
diff --git a/src/Template/Suivis/index.ctp b/src/Template/Suivis/index.ctp
index 8de79f3..ed91147 100755
--- a/src/Template/Suivis/index.ctp
+++ b/src/Template/Suivis/index.ctp
@@ -8,10 +8,11 @@
= $this->Paginator->sort('id', 'N°') ?> |
= $this->Paginator->sort('materiel_id', 'Matériel') ?> |
= $this->Paginator->sort('numero_laboratoire', 'N° interne (labo)') ?> |
+ = $this->Paginator->sort('intitule', "Intitulé") ?> |
= $this->Paginator->sort('date_controle', 'Date intervention') ?> |
= $this->Paginator->sort('date_prochain_controle', 'Date prochaine intervention') ?> |
= $this->Paginator->sort('type_suivi_id', "Type d'intervention") ?> |
- = $this->Paginator->sort('statut', "Statut") ?> |
+ = $this->Paginator->sort('statut', "Statut") ?> |
@@ -30,6 +31,7 @@
Html->link('Suivi '.$this->Number->format($suivi->id), ['action' => 'view', $suivi->id])?> |
= $suivi->has('materiel') ? $this->Html->link($suivi->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $suivi->materiel->id]) : '' ?> |
= $suivi->has('materiel') ? h($suivi->materiel->numero_laboratoire) : '' ?> |
+ = h($suivi->intitule) ?> |
= h($suivi->date_controle) ?> |
= h($suivi->date_prochain_controle) ?> |
= $suivi->has('type_suivi') ? h($suivi->type_suivi->nom) : '' ?> |
diff --git a/src/Template/Users/edit.ctp b/src/Template/Users/edit.ctp
index 5ccbb08..e5f8599 100755
--- a/src/Template/Users/edit.ctp
+++ b/src/Template/Users/edit.ctp
@@ -32,8 +32,12 @@
'options' => ['Super Administrateur' => 'Super Administrateur', 'Administration Plus' => 'Administration Plus', 'Administration' => 'Administration', 'Responsable' => 'Responsable', 'Utilisateur' => 'Utilisateur']
]);
echo $this->Form->input('groupes_metier_id', ['label' => $configuration->nom_groupe_metier, 'options' => $groupesMetiers, 'default' => 1]);
- echo $this->Form->input('groupe_thematique_id', ['label' => $configuration->nom_groupe_thematique, 'options' => $groupesThematiques, 'default' => 1]);
- ?>
+
+ echo $this->Form->input('groupe_thematique_id', ['label' => $configuration->nom_groupe_thematique, 'options' => $groupesThematiques, 'default' => 1]);
+
+ echo $this->Form->input('sur_categorie_id', ['label' => 'Domaine', 'options' => $sur_categorie, 'default' => 0]);
+
+ ?>
= $this->Form->submit(__('Valider')) ?>
= $this->Form->end() ?>
--
libgit2 0.21.2