Changes for page P4P Networks

Last modified by Zenna Elfen on 2025/11/24 11:43

From version 1.2
edited by Zenna Elfen
on 2025/11/20 20:58
Change comment: Updated application icon
To version 4.1
edited by Zenna Elfen
on 2025/11/20 22:02
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -5,8 +5,8 @@
5 5   'doc.title': {"link":"view"},
6 6   'doc.location': {"html":true},
7 7   'doc.date': {},
8 - 'doc.author': {"link":"author"},
9 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
8 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
9 + 'doc.author': {"link":"author"}
10 10  })
11 11  #set ($options = {
12 12   'className': 'Projects.Code.ProjectsClass',
... ... @@ -17,6 +17,6 @@
17 17   'selectedColumn': 'shortText1',
18 18   'defaultOrder': 'asc'
19 19  })
20 -#set ($columns = ['shortText1', 'shortText2', 'doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
20 +#set ($columns = ['shortText1', 'shortText2', 'doc.title', 'doc.location', 'doc.date', '_actions', 'doc.author'])
21 21  #livetable('projects' $columns $columnsProperties $options)
22 22  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -shortText1 shortText2 doc.title doc.location doc.date doc.author _actions
1 +shortText1 shortText2 doc.title doc.location doc.date _actions doc.author
Description
... ... @@ -1,1 +1,1 @@
1 -Here you can find an overview of P4P projects, and add your own entry.
1 +Here you can find an overview of P4P projects, and add your own entry under "Actions" on the right.