ajout de emails_sent.pt : liste es emails envoyés
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<metal:block use-macro="main_template">
|
||||
<div metal:fill-slot="content">
|
||||
|
||||
<table id="users_list" class="table table-striped table-bordered">
|
||||
<table id="demandes" class="table table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>No</th>
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
$.fn.dataTable.moment('DD-MM-YYYY MH:mm:ss');
|
||||
$('#users_list').DataTable({
|
||||
$('#demandes').DataTable({
|
||||
data: dataSet,
|
||||
pageLength: 50,
|
||||
bLengthChange: false,
|
||||
|
||||
Reference in New Issue
Block a user