issues fixes
This commit is contained in:
parent
ace767371b
commit
42f9581629
@ -232,7 +232,7 @@ if(!empty($mms))
|
|||||||
<?php
|
<?php
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
echo 'No Attachments';
|
echo 'N/A';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</span></td>
|
</span></td>
|
||||||
|
|||||||
@ -78,11 +78,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> </section>
|
</div> </section>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="https://cdn.datatables.net/plug-ins/1.10.11/sorting/date-eu.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
|
|
||||||
@ -92,9 +90,11 @@ $(function () {
|
|||||||
"searching": true,
|
"searching": true,
|
||||||
"aaSorting": [[ 0, "desc" ]],
|
"aaSorting": [[ 0, "desc" ]],
|
||||||
"ordering": true,
|
"ordering": true,
|
||||||
|
"columnDefs" : [{"targets":1, "type":"date-eu"}],
|
||||||
"info": true,
|
"info": true,
|
||||||
"autoWidth": true
|
"autoWidth": true
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user