Commit 4db2007f authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Version 3.1.4

parent 5c0438e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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' => [
+0 −0

Empty file added.

+2 −0
Original line number Diff line number Diff line
@@ -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(); ?>"