ajout suppression des photos, bouton valider rapport
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
<table id="users_list" class="table table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Dossier</th>
|
||||
<th>Date interv.</th>
|
||||
<th>Date rapport</th>
|
||||
<th>Rapport</th>
|
||||
<th>Intervenu</th>
|
||||
<th>Validé</th>
|
||||
<th>Généré</th>
|
||||
<th>Chantier</th>
|
||||
<th>Client</th>
|
||||
<th>No sinistre</th>
|
||||
<th>Auteur</th>
|
||||
<th>Rapport</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
@@ -40,10 +40,11 @@
|
||||
{ "targets": 0,
|
||||
"render": function (data, type, row, meta) {
|
||||
// ajouter un link vers le formulaire
|
||||
return '<a href="/rdf_view/' + row[7] + '">' + data + '</a>';
|
||||
return '<a href="/rdf_view/' + data + '">' + data + '</a>';
|
||||
},
|
||||
},
|
||||
]
|
||||
],
|
||||
order: [[ 0, "desc" ]],
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user