Wiki source code of Audits
Last modified by Lee Pedley on 2026/09/21 20:27
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| |
2.1 | 3 | 'doc.title': {"link":"view"}, |
| |
1.1 | 4 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
| 5 | }) | ||
| 6 | #set ($options = { | ||
| 7 | 'className': 'Audits.Code.AuditsClass', | ||
| 8 | 'translationPrefix': 'audits.livetable.', | ||
| |
2.1 | 9 | 'tagCloud': true, |
| 10 | 'rowCount': 15, | ||
| |
1.1 | 11 | 'maxPages': 10, |
| |
3.1 | 12 | 'selectedColumn': 'doc.title', |
| |
1.1 | 13 | 'defaultOrder': 'asc' |
| 14 | }) | ||
| |
3.1 | 15 | #set ($columns = ['doc.title', '_actions']) |
| |
1.1 | 16 | #livetable('audits' $columns $columnsProperties $options) |
| 17 | {{/velocity}} |