Changes for page Athleten
Last modified by Beachvolleypedia Administrator on 2025/11/16 18:34
From version 9.5
edited by Beachvolleypedia Administrator
on 2025/11/16 00:05
on 2025/11/16 00:05
Change comment:
There is no comment for this version
To version 9.7
edited by Beachvolleypedia Administrator
on 2025/11/16 17:56
on 2025/11/16 17:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,9 +8,9 @@ 8 8 #set($athleteOptions = { 9 9 "url":"https://beachvolleypedia.com:8823/bvpaddons/LivetableContent?entity=athlete" 10 10 }) 11 -#set($athleteCols = ["title", "BaseC mSize", "BaseCurrMate", "BaseRole", "BasePos", "BaseHand", "BaseCurrClub", "links"])11 +#set($athleteCols = ["title", "BaseCurrMate", "BaseGender", "BaseRole", "BasePos", "BaseHand", "BaseCurrClub", "links"]) 12 12 #set($athleteColprops = { 13 - "tit el" : {13 + "title" : { 14 14 "displayName" : "Name", 15 15 "type" : "text", 16 16 "size" : 40, ... ... @@ -17,13 +17,6 @@ 17 17 "sortable":true, 18 18 "html" : "true" 19 19 }, 20 - "BaseCmSize" : { 21 - "displayName" : "Geschlecht", 22 - "type" : "text", 23 - "size" : 10, 24 - "sortable":true, 25 - "html" : "true" 26 - }, 27 27 "BaseCurrMate" : { 28 28 "displayName" : "Stammpartner:in", 29 29 "type" : "text", ... ... @@ -31,6 +31,13 @@ 31 31 "sortable":false, 32 32 "html" : "true" 33 33 }, 27 + "BaseGender" : { 28 + "displayName" : "Geschlecht", 29 + "type" : "text", 30 + "size" : 10, 31 + "sortable":true, 32 + "html" : "true" 33 + }, 34 34 "BaseRole" : { 35 35 "displayName" : "Position", 36 36 "type" : "text", ... ... @@ -69,4 +69,3 @@ 69 69 }) 70 70 #livetable('athlete' $athleteCols $athleteColprops $athleteOptions ) 71 71 {{/velocity}} 72 -