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 [ ...@@ -34,8 +34,8 @@ return [
'app_infos' => [ 'app_infos' => [
'nom' => "EMC2", 'nom' => "EMC2",
'desc' => "Emploi Mobilité Carrière Compétences", 'desc' => "Emploi Mobilité Carrière Compétences",
'version' => "3.1.3", 'version' => "3.1.4",
'date' => "09/01/2023", 'date' => "27/01/2023",
// 'liens' => [ // 'liens' => [
// 'COMUE' => [ // 'COMUE' => [
......
...@@ -44,6 +44,7 @@ $this->headTitle("Liste des correspondances"); ...@@ -44,6 +44,7 @@ $this->headTitle("Liste des correspondances");
<table class="datatable table table-condensed table-hover"> <table class="datatable table table-condensed table-hover">
<thead> <thead>
<tr> <tr>
<th> Code </th>
<th style="width:70%;"> Libellé </th> <th style="width:70%;"> Libellé </th>
<th> Type </th> <th> Type </th>
<th> #Agent/Grade </th> <th> #Agent/Grade </th>
...@@ -53,6 +54,7 @@ $this->headTitle("Liste des correspondances"); ...@@ -53,6 +54,7 @@ $this->headTitle("Liste des correspondances");
<tbody> <tbody>
<?php foreach($correspondances as $correspondance): ?> <?php foreach($correspondances as $correspondance): ?>
<tr> <tr>
<td> <?php echo $correspondance->getCategorie(); ?> </td>
<td> <td>
<span <span
title="<?php echo $correspondance->generateTooltip(); ?>" 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