Changes for page PublicDashboard
Last modified by etvc developer on 2019/09/23 19:48
Change comment: Deleted object
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 2 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -WebHome 1 +xwiki:Dashboard.WebHome
- XWiki.GadgetClass[0]
-
- content
-
... ... @@ -1,1 +1,0 @@ 1 -{{include reference="AGACode._codePublic.PublicWebHome" context="new"/}} - position
-
... ... @@ -1,1 +1,0 @@ 1 -1, 1 - title
-
... ... @@ -1,1 +1,0 @@ 1 -Welcome!
- XWiki.GadgetClass[1]
-
- content
-
... ... @@ -1,1 +1,0 @@ 1 -{{include reference="Blog.WebHome" context="new"/}} - position
-
... ... @@ -1,1 +1,0 @@ 1 -2, 1 - title
-
... ... @@ -1,1 +1,0 @@ 1 -Project News
- XWiki.GadgetClass[2]
-
- content
-
... ... @@ -1,0 +1,8 @@ 1 +{{velocity}} 2 +#set($aSpace = $NULL) 3 +#if ($doc.space != "Main") 4 + #set ($aSpace = $services.rendering.escape($doc.space, 'xwiki/2.1')) 5 +#end 6 + 7 +{{notifications spaces="$!aSpace" useUserPreferences="false" displayOwnEvents="true" /}} 8 +{{/velocity}} - position
-
... ... @@ -1,0 +1,1 @@ 1 +2,1 - title
-
... ... @@ -1,0 +1,1 @@ 1 +#if ($doc.space != 'Main')$services.localization.render('platform.dashboard.space.activity', [$doc.plainTitle])#{else}$services.localization.render('platform.dashboard.wiki.activity')#end