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