From version < 12.1 >
edited by gru
on 27.07.2021, 00:22
To version < 11.12 >
edited by gru
on 20.07.2021, 13:14
< >
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,9 +1,10 @@
1 1  {{velocity output="yes"}}
2 2   #set($versionNote = $services.localization.render("fc.feerequired"))
3 - #if(!$xcontext.macro.content)
4 - (% class="fc-fee-required" title="$versionNote"%)$versionNote(%%)
5 - #else
6 - #set($content = $xcontext.macro.content)
7 - (% class="fc-fee-required" title="$xcontext.macro.content"%)$xcontext.macro.content(%%)
8 - #end
3 +## #if(!$xcontext.macro.content)
4 +## #set($content = "")
5 +## #else
6 +## #set($content = $xcontext.macro.content)
7 +## #end
8 + (% class="fc-fee-required" title="$versionNote"%)$versionNote(%%)
9 +## $content
9 9  {{/velocity}}
Copyright 2000-2025