Changes for page Pages on this Wiki

Last modified by Simon Urli on 2023/07/10 11:54

<
From version < 4.1 >
edited by Vincent Massol
on 2014/10/21 15:00
To version < 2.1 >
edited by Marius Dumitru Florea
on 2013/07/15 10:02
>
Change comment: Import

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.mflorea
Content
... ... @@ -13,7 +13,7 @@
13 13  ##========
14 14  #set($tabs = [])
15 15  #macro(addAllDocsTab $tab)
16 - #if($xwiki.hasAccessLevel('view', "$!xcontext.user", $tab.get('document')))
16 + #if($xwiki.hasAccessLevel('view', "$!context.user", $tab.get('document')))
17 17   #set($discard = $tabs.add($tab))
18 18   #end
19 19  #end
... ... @@ -50,7 +50,7 @@
50 50  <div class='xwikitabpanescontainer'>
51 51  #foreach ($tab in $tabs)
52 52   #if ($tab['tabName'] == $view)
53 - {{include reference="$tab['document']"/}}
53 + {{include document="$tab['document']"/}}
54 54   #break
55 55   #end
56 56  #end

Get Connected