Changes for page Nice Display
Last modified by Benjamin Fischer on 2025/03/26 13:19
From version 45.9
edited by Benjamin Fischer
on 2025/03/26 10:31
on 2025/03/26 10:31
Change comment:
There is no comment for this version
To version 45.10
edited by Benjamin Fischer
on 2025/03/26 10:32
on 2025/03/26 10:32
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,14 @@ 1 1 {{locationSearch width="100%;clear:both;" className="Research Groups.Code.Research GroupsClass" description="Search, including in excerpts."/}} 2 2 3 3 {{velocity}} 4 -#set ($discat = $xwiki.jsx.use('Research Groups.Nice Display.WebHome')) 4 +#if ( $ntrg_tagCols == $null ) 5 +#set( $ntrg_tagCols = [["Tags", true]] ) 6 +#end 7 +#if ( $ntrg_tabName == $null ) 8 +#set( $ntrg_tabName = "research_groups" ) 9 +#end 10 +#set ($discard = $xwiki.jsx.use('Research Groups.Nice Display.WebHome')) 11 + 5 5 #set ($columnsProperties = { 6 6 'affiliation': {"filterable":true, "sortable":true, "html":true}, 7 7 'URL': {"type": "hidden"},