Loading config/autoload/unicaen-app.global.php +2 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,8 @@ return [ 'app_infos' => [ 'nom' => "EMC2", 'desc' => "Emploi Mobilité Carrière Compétences", 'version' => "3.1.3", 'date' => "09/01/2023", 'version' => "3.1.4", 'date' => "27/01/2023", // 'liens' => [ // 'COMUE' => [ Loading documentation/release/3.1.5.md 0 → 100644 +0 −0 Empty file added. module/Carriere/view/carriere/correspondance/index.phtml +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ $this->headTitle("Liste des correspondances"); <table class="datatable table table-condensed table-hover"> <thead> <tr> <th> Code </th> <th style="width:70%;"> Libellé </th> <th> Type </th> <th> #Agent/Grade </th> Loading @@ -53,6 +54,7 @@ $this->headTitle("Liste des correspondances"); <tbody> <?php foreach($correspondances as $correspondance): ?> <tr> <td> <?php echo $correspondance->getCategorie(); ?> </td> <td> <span title="<?php echo $correspondance->generateTooltip(); ?>" Loading Loading
config/autoload/unicaen-app.global.php +2 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,8 @@ return [ 'app_infos' => [ 'nom' => "EMC2", 'desc' => "Emploi Mobilité Carrière Compétences", 'version' => "3.1.3", 'date' => "09/01/2023", 'version' => "3.1.4", 'date' => "27/01/2023", // 'liens' => [ // 'COMUE' => [ Loading
module/Carriere/view/carriere/correspondance/index.phtml +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ $this->headTitle("Liste des correspondances"); <table class="datatable table table-condensed table-hover"> <thead> <tr> <th> Code </th> <th style="width:70%;"> Libellé </th> <th> Type </th> <th> #Agent/Grade </th> Loading @@ -53,6 +54,7 @@ $this->headTitle("Liste des correspondances"); <tbody> <?php foreach($correspondances as $correspondance): ?> <tr> <td> <?php echo $correspondance->getCategorie(); ?> </td> <td> <span title="<?php echo $correspondance->generateTooltip(); ?>" Loading