Modifications pour le document 🧰 Espace reconditionneurs
Modifié par Youri Pulliat le 2024/12/17 11:12
Depuis la version 1.3
modifié par Youri Pulliat
sur 2024/03/22 11:05
sur 2024/03/22 11:05
Commentaire de modification :
Objet supprimé
À la version 1.2
modifié par Youri Pulliat
sur 2024/03/21 17:29
sur 2024/03/21 17:29
Commentaire de modification :
Update document after refactoring.
Résumé
-
Objets (0 modifications, 1 ajouts, 0 suppressions)
Détails
- 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