ajout Doc techniques dans dossier_view.pt et articles.pt
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<span class="glyphicon glyphicon-chevron-left"></span> Retour</a>
|
||||
</p>
|
||||
|
||||
<table id="users_list" class="table table-striped table-bordered">
|
||||
<table id="rdf_list" class="table table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Rapport</th>
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
$.fn.dataTable.moment('DD-MM-YYYY');
|
||||
$('#users_list').DataTable({
|
||||
$('#rdf_list').DataTable({
|
||||
data: dataSet,
|
||||
pageLength: 50,
|
||||
bLengthChange: false,
|
||||
|
||||
Reference in New Issue
Block a user