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