Changes for page Message Sender Macro

Last modified by Ludovic Dubost on 2024/07/22 15:51

From version 1.1
edited by Ludovic Dubost
on 2014/03/30 19:46
Change comment: Imported from XAR
To version 2.1
edited by Thomas Mortagne
on 2014/09/29 12:41
Change comment: Install extension [org.xwiki.platform:xwiki-platform-messagestream-ui-6.2]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ludovic
1 +xwiki:XWiki.ThomasMortagne
XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,5 +1,5 @@
1 1  #set ($userSuggestScope = 'local')
2 -#if ($services.workspace && $services.workspace.isWorkspace($xcontext.database))
2 +#if ($services.wiki.user && $services.wiki.user.userScope != "LOCAL_ONLY")
3 3   #set ($userSuggestScope = 'global')
4 4  #end
5 5  var XWiki = (function (XWiki) {
XWiki.StyleSheetExtension[0]
Code
... ... @@ -2,7 +2,7 @@
2 2  
3 3  .messagestream-tools {
4 4   position: relative;
5 - margin: 2px 0;
5 + margin: .5em 0 1em;
6 6  }
7 7  .messagestream-tools .accepted-suggestions {
8 8   display: inline;
... ... @@ -21,7 +21,6 @@
21 21   background-image: url("$xwiki.getSkinFile('icons/silk/group.png')");
22 22  }
23 23  .messagestream select {
24 - padding: .2em;
25 25   width: auto;
26 26  }
27 27  .messagestream input.targetName {