Wiki source code of Audits

Last modified by Lee Pedley on 2026/09/21 20:27

Hide last authors
Lee Pedley 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Lee Pedley 2.1 3 'doc.title': {"link":"view"},
Lee Pedley 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.',
Lee Pedley 2.1 9 'tagCloud': true,
10 'rowCount': 15,
Lee Pedley 1.1 11 'maxPages': 10,
Lee Pedley 3.1 12 'selectedColumn': 'doc.title',
Lee Pedley 1.1 13 'defaultOrder': 'asc'
14 })
Lee Pedley 3.1 15 #set ($columns = ['doc.title', '_actions'])
Lee Pedley 1.1 16 #livetable('audits' $columns $columnsProperties $options)
17 {{/velocity}}