From 0ea7290f67fa1cb5a38b8e4419a43af5aada5df8 Mon Sep 17 00:00:00 2001 From: Alexandre Cases Date: Thu, 30 Jun 2016 18:37:35 +0200 Subject: [PATCH] Version: 2.5.4.2 --- README-LABINVENT.md | 2 +- src/Controller/MaterielsController.php | 5 ++++- src/Template/Categories/index.ctp | 13 ++++++++----- src/Template/Documents/index.ctp | 30 ++++++++++++++++-------------- src/Template/Emprunts/index.ctp | 18 +++++++++++------- src/Template/GroupesMetiers/index.ctp | 13 ++++++++----- src/Template/GroupesThematiques/index.ctp | 12 ++++++------ src/Template/Materiels/index.ctp | 7 +++---- src/Template/Materiels/view.ctp | 54 ++++++++++++++++++++++++++++++------------------------ src/Template/Organismes/index.ctp | 11 +++++++---- src/Template/Sites/index.ctp | 11 +++++++---- src/Template/SousCategories/index.ctp | 12 +++++++----- src/Template/Suivis/index.ctp | 16 +++++++++------- src/Template/Suivis/view.ctp | 28 ++++++++-------------------- src/Template/SurCategories/index.ctp | 9 +++++---- src/Template/TypeDocuments/index.ctp | 9 +++++---- src/Template/TypeSuivis/index.ctp | 11 ++++++----- src/Template/Users/index.ctp | 14 ++++++++------ 18 files changed, 149 insertions(+), 126 deletions(-) diff --git a/README-LABINVENT.md b/README-LABINVENT.md index fcce1f7..f0c4a71 100755 --- a/README-LABINVENT.md +++ b/README-LABINVENT.md @@ -53,7 +53,7 @@ VERSION ACTUELLE Date: 30/06/2016 Version: 2.5.4.2 -Username inversé + boutons materiels à gauche (index) + suppression bouton détails (index suivis & emprunt + view materiels et suivis) +boutons materiels à gauche (index) + mail administratif désactivé Version majeure en cours (2.5): https://projects.irap.omp.eu/versions/99 diff --git a/src/Controller/MaterielsController.php b/src/Controller/MaterielsController.php index 291b7c5..e9ad003 100755 --- a/src/Controller/MaterielsController.php +++ b/src/Controller/MaterielsController.php @@ -261,6 +261,7 @@ class MaterielsController extends AppController $message = $materiel->get('nom_createur').' a ajouté le matériel "'.$materiel->get('designation').'" ('.$materiel->numero_laboratoire.')'; + //Envoi mail responsable $mailsResp = TableRegistry::get('Users')->find()->select('email')->where(['role =' => 'Responsable', 'groupes_metier_id =' => $materiel->get('groupes_metier_id')])->orWhere(['role =' => 'Responsable', 'groupe_thematique_id =' => $materiel->get('groupes_thematique_id')])->toArray(); $mails = []; for($i = 0; $i < sizeof($mailsResp); $i++) { @@ -268,7 +269,9 @@ class MaterielsController extends AppController } $this->sendEmailTo('Ajout d\'un matériel', $message, $mails); - $mailsResp = TableRegistry::get('Users')->find()->select('email')->where(['role =' => 'Administration Plus'])->orWhere(['role =' => 'Administration'])->toArray(); + //Envoi mail administratif + //$mailsResp = TableRegistry::get('Users')->find()->select('email')->where(['role =' => 'Administration Plus'])->orWhere(['role =' => 'Administration'])->toArray(); + $mailsResp = TableRegistry::get('Users')->find()->select('email')->where(['role =' => 'Administration Plus'])->toArray(); $mails = []; for($i = 0; $i < sizeof($mailsResp); $i++) { $mails[$i] = $mailsResp[$i]['email']; diff --git a/src/Template/Categories/index.ctp b/src/Template/Categories/index.ctp index a892120..b5cfedf 100755 --- a/src/Template/Categories/index.ctp +++ b/src/Template/Categories/index.ctp @@ -4,18 +4,16 @@ + - + - - - - + + + + + diff --git a/src/Template/Documents/index.ctp b/src/Template/Documents/index.ctp index a941797..af0b397 100755 --- a/src/Template/Documents/index.ctp +++ b/src/Template/Documents/index.ctp @@ -4,13 +4,14 @@
Paginator->sort('nom', 'Nom') ?> Paginator->sort('sur_categorie_id', 'Domaine') ?>
Html->link($category->nom, ['action' => 'view', $category->id]) ?>has('sur_category') ? $this->Html->link($category->sur_category->nom, ['controller' => 'SurCategories', 'action' => 'view', $category->sur_category->id]) : '' ?> + Html->link(__(''), ['action' => 'view', $category->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -26,6 +24,11 @@ Form->postLink(__(''), ['action' => 'delete', $category->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $category->id)]) ?> Html->link($category->nom, ['action' => 'view', $category->id]) ?>has('sur_category') ? $this->Html->link($category->sur_category->nom, ['controller' => 'SurCategories', 'action' => 'view', $category->sur_category->id]) : '' ?>
+ - + @@ -22,6 +23,19 @@ } ?> + + materiel_id)) { ?> @@ -36,19 +50,7 @@ - + diff --git a/src/Template/Emprunts/index.ctp b/src/Template/Emprunts/index.ctp index ca3516f..b50ece7 100755 --- a/src/Template/Emprunts/index.ctp +++ b/src/Template/Emprunts/index.ctp @@ -4,6 +4,8 @@
Paginator->sort('nom', 'Nom') ?> Paginator->sort('materiel_id', 'Materiel') ?> Paginator->sort('suivi_id', 'Suivi') ?> Paginator->sort('type_document_id', 'Type') ?> Paginator->sort('type_doc', 'Extension fichier') ?> Paginator->sort('photo', 'Miniature') ?>
+ photo) { + echo $this->Form->postLink(__(''), '/webroot/img/photos/'.$document->id.'.'.$document->type_doc, ['title' => 'Télécharger', 'style' => 'margin: 0 2px', 'escape' => false ]); + }else { + echo $this->Form->postLink(__(''), '/webroot/files/'.$document->id.'.'.$document->type_doc, ['title' => 'Télécharger', 'style' => 'margin: 0 2px', 'escape' => false ]); + } + ?> + Html->link(__(''), ['action' => 'edit', $document->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false]) ?> + + Form->postLink(__(''), ['action' => 'delete', $document->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $document->id)]) ?> + Html->link($document->nom, ['action' => 'view', $document->id]) ?> type_doc) ?> - Html->link(__(''), ['action' => 'view', $document->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> - photo) { - echo $this->Form->postLink(__(''), '/webroot/img/photos/'.$document->id.'.'.$document->type_doc, ['title' => 'Télécharger', 'style' => 'margin: 0 2px', 'escape' => false ]); - }else { - echo $this->Form->postLink(__(''), '/webroot/files/'.$document->id.'.'.$document->type_doc, ['title' => 'Télécharger', 'style' => 'margin: 0 2px', 'escape' => false ]); - } - ?> - Html->link(__(''), ['action' => 'edit', $document->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false]) ?> - - Form->postLink(__(''), ['action' => 'delete', $document->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $document->id)]) ?> -
+ + @@ -13,12 +15,19 @@ - + + + @@ -28,12 +37,7 @@ - + diff --git a/src/Template/GroupesMetiers/index.ctp b/src/Template/GroupesMetiers/index.ctp index 6f16cb8..427e2bc 100755 --- a/src/Template/GroupesMetiers/index.ctp +++ b/src/Template/GroupesMetiers/index.ctp @@ -4,9 +4,10 @@
Paginator->sort('id', 'N°') ?> Paginator->sort('materiel_id', 'Matériel') ?> Paginator->sort('numero_laboratoire', 'N° interne (labo)') ?>Paginator->sort('nom_emprunteur', 'Emprunteur') ?> Paginator->sort('site_id', 'Lieu stockage') ?>
+ nom_createur, $emprunt->nom_emprunteur])) || (in_array($role, ['Responsable', 'Administration', 'Administration Plus', 'Super Administrateur']))) { ?> + Html->link(__(''), ['action' => 'edit', $emprunt->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> + Form->postLink(__(''), ['action' => 'delete', $emprunt->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $emprunt->id)]) ?> + + Html->link('Emprunt '.$this->Number->format($emprunt->id), ['action' => 'view', $emprunt->id])?> has('materiel') ? $this->Html->link($emprunt->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $emprunt->materiel->id]) : '' ?> has('materiel') ? h($emprunt->materiel->numero_laboratoire) : '' ?>nom_emprunteur) ?> emprunt_interne) == '1') { echo h($emprunt->site->nom).' - '.h($emprunt->e_lieu_detail); } else { echo h($emprunt->laboratoire); } ?> - nom_createur, $emprunt->nom_emprunteur])) || (in_array($role, ['Responsable', 'Administration', 'Administration Plus', 'Super Administrateur']))) { ?> - Html->link(__(''), ['action' => 'edit', $emprunt->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> - Form->postLink(__(''), ['action' => 'delete', $emprunt->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $emprunt->id)]) ?> - -
+ - + @@ -14,10 +15,8 @@ if($groupesMetier->nom != 'N/A') { ?> - - - - + + + + + - + nom != 'N/A') {?> - - - - - + + + '; }?> - + @@ -131,9 +131,8 @@ if (isset ( $STATUS )) { echo '' ; } ?> - - - + diff --git a/src/Template/Materiels/view.ctp b/src/Template/Materiels/view.ctp index 06fb466..8269448 100755 --- a/src/Template/Materiels/view.ctp +++ b/src/Template/Materiels/view.ctp @@ -402,6 +402,7 @@ if (h ( $materiel->status ) == 'ARCHIVED') suivis)) { ?>
Paginator->sort('nom', 'Nom') ?> Paginator->sort('description', 'Description') ?>
Html->link($groupesMetier->nom, ['action' => 'view', $groupesMetier->id]) ?>description) ?> + + Html->link(__(''), ['action' => 'view', $groupesMetier->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -28,6 +27,10 @@ Form->postLink(__(''), ['action' => 'delete', $groupesMetier->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $groupesMetier->id)]) ?> Html->link($groupesMetier->nom, ['action' => 'view', $groupesMetier->id]) ?>description) ?>
Paginator->sort('nom', 'Nom') ?> Paginator->sort('description', 'Description') ?>
Html->link($groupesThematique->nom, ['action' => 'view', $groupesThematique->id]) ?>description) ?> + Html->link(__(''), ['action' => 'view', $groupesThematique->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -27,7 +25,9 @@ Form->postLink(__(''), ['action' => 'delete', $groupesThematique->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $groupesThematique->id)]) ?> Html->link($groupesThematique->nom, ['action' => 'view', $groupesThematique->id]) ?>description) ?>
Paginator->sort('designation','Désignation') ?> Paginator->sort('designation','Désignation') ?> Paginator->sort('numero_laboratoire', 'N° interne (labo)') ?> Paginator->sort('categorie_id', 'Catégorie') ?> Paginator->sort('organisme_id', 'Org.') ?>'.$this->Form->checkbox($materiel->id, ['style' => 'margin: 3px','id' => $materiel->id]).'has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $materiel->id]) : '' ?> + status, ['CREATED', 'VALIDATED'])): if(($role == 'Utilisateur' && (in_array($username, [$materiel->nom_createur, $materiel->nom_responsable]))) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || ($role == 'Responsable' && ($materiel->groupes_metier_id == $userConnected->groupes_metier_id || $materiel->groupes_thematique_id == $userConnected->groupe_thematique_id))) { ?> @@ -180,7 +179,7 @@ if (isset ( $STATUS )) { } ?> has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $materiel->id]) : '' ?> numero_laboratoire) ?> has('category') ? h($materiel->category->nom) : '' ?> has('organisme') ? h($materiel->organisme->nom) : '' ?>
+ @@ -411,6 +412,15 @@ if (h ( $materiel->status ) == 'ARCHIVED') suivis as $suivis): ?> + + @@ -434,6 +444,7 @@ if (h ( $materiel->status ) == 'ARCHIVED') emprunts)) { ?>
+ nom_createur, $materiel->nom_responsable]))) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || ($role == 'Responsable' && ($materiel->groupes_metier_id == $userConnected->groupes_metier_id || $materiel->groupes_thematique_id == $userConnected->groupe_thematique_id))) { + ?> + Html->link(__(''), ['controller' => 'Suivis', 'action' => 'edit', $suivis->id], ['escape' => false, 'style' => 'margin:0'])?> + Form->postLink(__(''), ['controller' => 'Suivis', 'action' => 'delete', $suivis->id], ['escape' => false, 'style' => 'margin:0', 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivis->id)])?> + + Html->link('Suivi '.$suivis->id, ['controller' => 'suivis', 'action' => 'view', $suivis->id]) ?> organisme) ?> date_controle) ?>
+ @@ -455,6 +466,15 @@ foreach ( $materiel->emprunts as $emprunts ) : } ?> + + @@ -483,16 +503,10 @@ foreach ( $materiel->emprunts as $emprunts ) :
+ nom_createur, $materiel->nom_responsable]))) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || ($role == 'Responsable' && ($materiel->groupes_metier_id == $userConnected->groupes_metier_id || $materiel->groupes_thematique_id == $userConnected->groupe_thematique_id))) { + ?> + Html->link(__(''), ['controller' => 'Emprunts', 'action' => 'edit', $emprunts->id], ['escape' => false, 'style' => 'margin:0'])?> + Form->postLink(__(''), ['controller' => 'Emprunts', 'action' => 'delete', $emprunts->id], ['escape' => false, 'style' => 'margin:0', 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $emprunts->id)])?> + + Html->link('Emprunt '.$emprunts->id, ['controller' => 'emprunts', 'action' => 'view', $emprunts->id]) ?> nom_emprunteur) ?>
+ - - nom_createur, $materiel->nom_responsable]))) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || ($role == 'Responsable' && ($materiel->groupes_metier_id == $userConnected->groupes_metier_id || $materiel->groupes_thematique_id == $userConnected->groupe_thematique_id))) { - ?> - - - documents as $documents ) : ?> - - - - - - nom_createur, $materiel->nom_responsable]))) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || ($role == 'Responsable' && ($materiel->groupes_metier_id == $userConnected->groupes_metier_id || $materiel->groupes_thematique_id == $userConnected->groupe_thematique_id))) { + + if(($role == 'Utilisateur' && (in_array($username, [$materiel->nom_createur, $materiel->nom_responsable]))) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || ($role == 'Responsable' && ($materiel->groupes_metier_id == $userConnected->groupes_metier_id || $materiel->groupes_thematique_id == $userConnected->groupe_thematique_id))) { ?> - - - + + + + - +
Html->link($documents->nom, ['controller' => 'documents', 'action' => 'view', $documents->id]) ?> + photo) { echo $this->Html->link ( __ ( '' ), '/webroot/img/photos/' . $documents->id . '.' . $documents->type_doc, [ @@ -528,23 +538,19 @@ foreach ( $materiel->documents as $documents ) : 'escape' => false ] ); } - ?> - Html->link(__(''), ['controller' => 'Documents', 'action' => 'edit', $documents->id], ['escape' => false, 'style' => 'margin:0'])?> - Form->postLink(__(''), ['controller' => 'Documents', 'action' => 'delete', $documents->id], ['escape' => false, 'style' => 'margin:0', 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $documents->id)])?> + Html->link($documents->nom, ['controller' => 'documents', 'action' => 'view', $documents->id]) ?>
diff --git a/src/Template/Organismes/index.ctp b/src/Template/Organismes/index.ctp index 6a8e682..1901fb0 100755 --- a/src/Template/Organismes/index.ctp +++ b/src/Template/Organismes/index.ctp @@ -4,16 +4,15 @@ + - + - - - + + + + diff --git a/src/Template/Sites/index.ctp b/src/Template/Sites/index.ctp index cca4ad7..31e343b 100755 --- a/src/Template/Sites/index.ctp +++ b/src/Template/Sites/index.ctp @@ -4,8 +4,9 @@
Paginator->sort('nom', 'Nom') ?>
Html->link($organisme->nom, ['action' => 'view', $organisme->id]) ?> + Html->link(__(''), ['action' => 'view', $organisme->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -24,6 +23,10 @@ Form->postLink(__(''), ['action' => 'delete', $organisme->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $organisme->id)]) ?> Html->link($organisme->nom, ['action' => 'view', $organisme->id]) ?>
+ - + @@ -16,9 +17,7 @@ - - - + + + + + - + - - - - + + + + diff --git a/src/Template/Suivis/index.ctp b/src/Template/Suivis/index.ctp index 234d39f..8cc6f1f 100755 --- a/src/Template/Suivis/index.ctp +++ b/src/Template/Suivis/index.ctp @@ -4,6 +4,7 @@
Paginator->sort('nom', 'Nom') ?>
Html->link($site->nom, ['action' => 'view', $site->id]) ?> + Html->link(__(''), ['action' => 'view', $site->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -29,6 +28,10 @@ Form->postLink(__(''), ['action' => 'delete', $site->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $site->id)]) ?> Html->link($site->nom, ['action' => 'view', $site->id]) ?>
Paginator->sort('nom', 'Nom') ?> Paginator->sort('categorie_id', 'Catégorie') ?>
Html->link($sousCategory->nom, ['action' => 'view', $sousCategory->id]) ?>has('category') ? $this->Html->link($sousCategory->category->nom, ['controller' => 'Categories', 'action' => 'view', $sousCategory->category->id]) : '' ?> + Html->link(__(''), ['action' => 'view', $sousCategory->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -26,6 +24,10 @@ Form->postLink(__(''), ['action' => 'delete', $sousCategory->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $sousCategory->id)]) ?> Html->link($sousCategory->nom, ['action' => 'view', $sousCategory->id]) ?>has('category') ? $this->Html->link($sousCategory->category->nom, ['controller' => 'Categories', 'action' => 'view', $sousCategory->category->id]) : '' ?>
+ @@ -11,12 +12,18 @@ - + + @@ -25,12 +32,7 @@ - + diff --git a/src/Template/Suivis/view.ctp b/src/Template/Suivis/view.ctp index d244c39..1eb1d82 100755 --- a/src/Template/Suivis/view.ctp +++ b/src/Template/Suivis/view.ctp @@ -63,17 +63,9 @@ documents)) { ?>
Paginator->sort('id', 'N°') ?> Paginator->sort('materiel_id', 'Matériel') ?> Paginator->sort('numero_laboratoire', 'N° interne (labo)') ?>Paginator->sort('date_prochain_controle', 'Date prochaine intervention') ?> Paginator->sort('type_suivi_id', "Type d'intervention") ?> Paginator->sort('statut', "Statut") ?>
+ nom_createur])) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || $role == 'Responsable' && ($suivi->groupes_metier_id == $userConnected->groupes_metier_id || $suivi->groupes_thematique_id == $userConnected->groupe_thematique_id)) { ?> + Html->link(__(''), ['action' => 'edit', $suivi->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> + Form->postLink(__(''), ['action' => 'delete', $suivi->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id)]) ?> + + Html->link('Suivi '.$this->Number->format($suivi->id), ['action' => 'view', $suivi->id])?> has('materiel') ? $this->Html->link($suivi->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $suivi->materiel->id]) : '' ?> has('materiel') ? h($suivi->materiel->numero_laboratoire) : '' ?>has('type_suivi') ? h($suivi->type_suivi->nom) : '' ?> statut) ?> - nom_createur])) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || $role == 'Responsable' && ($suivi->groupes_metier_id == $userConnected->groupes_metier_id || $suivi->groupes_thematique_id == $userConnected->groupe_thematique_id)) { ?> - Html->link(__(''), ['action' => 'edit', $suivi->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> - Form->postLink(__(''), ['action' => 'delete', $suivi->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id)]) ?> - -
+ - - - - nom_createur])) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || $role == 'Responsable' && ($suivi->groupes_metier_id == $userConnected->groupes_metier_id || $suivi->groupes_thematique_id == $userConnected->groupe_thematique_id)) { - ?> - - - documents as $documents): @@ -81,25 +73,21 @@ ?> - - - - - + nom_createur])) || (in_array($role, ['Administration', 'Administration Plus', 'Super Administrateur'])) || $role == 'Responsable' && ($suivi->groupes_metier_id == $userConnected->groupes_metier_id || $suivi->groupes_thematique_id == $userConnected->groupe_thematique_id)) { ?> - - + + + +
Html->link($documents->nom, ['controller' => 'documents', 'action' => 'view', $documents->id]) ?> - Html->link(__(''), ['controller' => 'Documents', 'action' => 'view', $documents->id], ['escape' => false, 'style' => 'margin:0']) ?> - + + Html->link(__(''), '/webroot/files/'.$documents->id.'.'.$documents->type_doc, ['title' => 'Télécharger', 'style' => 'margin:0', 'escape' => false ]) ?> - Html->link(__(''), ['controller' => 'Documents', 'action' => 'edit', $documents->id], ['escape' => false, 'style' => 'margin:0'])?> - Form->postLink(__(''), ['controller' => 'Documents', 'action' => 'delete', $documents->id], ['escape' => false, 'style' => 'margin:0', 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $documents->id)]) ?> Html->link($documents->nom, ['controller' => 'documents', 'action' => 'view', $documents->id]) ?>
diff --git a/src/Template/SurCategories/index.ctp b/src/Template/SurCategories/index.ctp index f33c144..a75ae76 100755 --- a/src/Template/SurCategories/index.ctp +++ b/src/Template/SurCategories/index.ctp @@ -4,16 +4,14 @@ + - - - - + + + diff --git a/src/Template/TypeDocuments/index.ctp b/src/Template/TypeDocuments/index.ctp index 45cabd8..2c75745 100755 --- a/src/Template/TypeDocuments/index.ctp +++ b/src/Template/TypeDocuments/index.ctp @@ -4,8 +4,8 @@
Paginator->sort('nom', 'Nom') ?>
Html->link($surCategory->nom, ['action' => 'view', $surCategory->id]) ?> + Html->link(__(''), ['action' => 'view', $surCategory->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -24,6 +22,9 @@ Form->postLink(__(''), ['action' => 'delete', $surCategory->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $surCategory->id)]) ?> Html->link($surCategory->nom, ['action' => 'view', $surCategory->id]) ?>
+ - @@ -16,9 +16,7 @@ ?> - - - + + + diff --git a/src/Template/TypeSuivis/index.ctp b/src/Template/TypeSuivis/index.ctp index 9cd9672..049c5e0 100755 --- a/src/Template/TypeSuivis/index.ctp +++ b/src/Template/TypeSuivis/index.ctp @@ -4,16 +4,14 @@
Paginator->sort('nom', 'Nom') ?>
Html->link($typeDocument->nom, ['action' => 'view', $typeDocument->id]) ?> + Html->link(__(''), ['action' => 'view', $typeDocument->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -29,6 +27,9 @@ Form->postLink(__(''), ['action' => 'delete', $typeDocument->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $typeDocument->id)]) ?> Html->link($typeDocument->nom, ['action' => 'view', $typeDocument->id]) ?>
- - + + - - - + + + diff --git a/src/Template/Users/index.ctp b/src/Template/Users/index.ctp index f1e4b4f..a09fb87 100755 --- a/src/Template/Users/index.ctp +++ b/src/Template/Users/index.ctp @@ -4,6 +4,7 @@
Paginator->sort('nom', 'Nom') ?>Paginator->sort('nom', 'Nom') ?>
Html->link($typeSuivi->nom, ['action' => 'view', $typeSuivi->id]) ?> + Html->link(__(''), ['action' => 'view', $typeSuivi->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -24,6 +22,9 @@ Form->postLink(__(''), ['action' => 'delete', $typeSuivi->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $typeSuivi->id)]) ?> Html->link($typeSuivi->nom, ['action' => 'view', $typeSuivi->id]) ?>
+ @@ -14,12 +15,7 @@ - - - - - - + + + + + + -- libgit2 0.21.2
Paginator->sort('nom') ?> Paginator->sort('role') ?> Paginator->sort('groupes_metier_id', $configuration->nom_groupe_metier) ?>
Html->link($user->nom, ['action' => 'view', $user->id]) ?>role) ?>has('groupes_metier') ? h($user->groupes_metier->nom) : '' ?>has('groupes_thematique') ? h($user->groupes_thematique->nom) : '' ?> + Html->link(__(''), ['action' => 'view', $user->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> @@ -27,6 +23,12 @@ Form->postLink(__(''), ['action' => 'delete', $user->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $user->id)]) ?> Html->link($user->nom, ['action' => 'view', $user->id]) ?>role) ?>has('groupes_metier') ? h($user->groupes_metier->nom) : '' ?>has('groupes_thematique') ? h($user->groupes_thematique->nom) : '' ?>