Changes for page Vereine

Last modified by Beachvolleypedia Administrator on 2025/11/23 14:46

From version 1.7
edited by Beachvolleypedia Administrator
on 2025/11/23 14:46
Change comment: There is no comment for this version
To version 1.4
edited by Beachvolleypedia Administrator
on 2025/11/23 13:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,9 +10,9 @@
10 10  
11 11  {{velocity}}
12 12  #set($clubsOptions = {
13 - "url":"https://beachvolleypedia.com:8823/bvpaddons/LivetableContent?entity=club"
13 + "url":"https:~/~/beachvolleypedia.com:8823/bvpaddons/LivetableContent?entity=club"
14 14  })
15 -#set($clubsCols = ["title", "descr", "locality", "links"])
15 +#set($clubsCols = ["title", "catgr", "descr", "locality", "links"])
16 16  #set($clubsColprops = {
17 17   "title" : {
18 18   "displayName" : "Name",
... ... @@ -21,8 +21,15 @@
21 21   "sortable":true,
22 22   "html" : "true"
23 23   },
24 + "catgr" : {
25 + "displayName" : "Struktur",
26 + "type" : "text",
27 + "size" : 256,
28 + "sortable":true,
29 + "html" : "true"
30 + },
24 24   "descr" : {
25 - "displayName" : "Angebot / Schwerpunkt",
32 + "displayName" : "Beschreibung",
26 26   "type" : "text",
27 27   "size" : 256,
28 28   "sortable":true,