Changes for page VelocityMacros

Last modified by Leon Poon on 2019/06/16 22:47

From version 2.1
edited by Leon Poon
on 2019/04/20 06:15
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.4]
To version 3.1
edited by Leon Poon
on 2019/06/16 22:47
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.5.1]

Summary

Details

Page properties
Content
... ... @@ -114,13 +114,13 @@
114 114   <ul class="noitems">
115 115   #if ($data.examples)
116 116   <li>
117 - <a href="$examplesURL">See examples</a>
117 + <a href="$examplesURL">$services.localization.render('help.example.label')</a>
118 118   </li>
119 119   #end
120 120   #if ($data.documentation)
121 121   <li>
122 122   <a href="$documentationURL"#if ($externalDocumentation) class="wikiexternallink"#end>
123 - Learn more
123 + $services.localization.render('help.more.label')
124 124   </a>
125 125   </li>
126 126   #end