Skip to content
Snippets Groups Projects
Commit 4db2007f authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Version 3.1.4

parent 5c0438e6
No related branches found
No related tags found
No related merge requests found
......@@ -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' => [
......
......@@ -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>
......@@ -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(); ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment