Changes for page Message Sender Macro
Last modified by Ludovic Dubost on 2024/07/22 15:51
From version 2.1
edited by Thomas Mortagne
on 2014/09/29 12:41
on 2014/09/29 12:41
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-messagestream-ui-6.2]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. ThomasMortagne1 +xwiki:XWiki.ludovic
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -1,5 +1,5 @@ 1 1 #set ($userSuggestScope = 'local') 2 -#if ($services.w iki.user&& $services.wiki.user.userScope!= "LOCAL_ONLY")2 +#if ($services.workspace && $services.workspace.isWorkspace($xcontext.database)) 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: .5em01em;5 + margin: 2px 0; 6 6 } 7 7 .messagestream-tools .accepted-suggestions { 8 8 display: inline; ... ... @@ -21,6 +21,7 @@ 21 21 background-image: url("$xwiki.getSkinFile('icons/silk/group.png')"); 22 22 } 23 23 .messagestream select { 24 + padding: .2em; 24 24 width: auto; 25 25 } 26 26 .messagestream input.targetName {