|
Lines 193-200
Link Here
|
| 193 |
[% MACRO jsinclude BLOCK %] |
193 |
[% MACRO jsinclude BLOCK %] |
| 194 |
[% INCLUDE 'datatables.inc' %] |
194 |
[% INCLUDE 'datatables.inc' %] |
| 195 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
195 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
| 196 |
<script type="text/javascript"> |
196 |
<script> |
| 197 |
//<![CDATA[ |
|
|
| 198 |
$(document).ready(function() { |
197 |
$(document).ready(function() { |
| 199 |
// We show table ordered by descending dates by default |
198 |
// We show table ordered by descending dates by default |
| 200 |
// (so that the more recent query is shown first) |
199 |
// (so that the more recent query is shown first) |
| 201 |
- |
|
|