Changes for page VelocityMacros
Last modified by Sergey Lebedev on 2019/07/13 19:07
Change comment:
Install extension [org.xwiki.contrib:application-help-center/1.4]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.serg 1 +XWiki.sergey - Content
-
... ... @@ -114,13 +114,13 @@ 114 114 <ul class="noitems"> 115 115 #if ($data.examples) 116 116 <li> 117 - <a href="$examplesURL"> $services.localization.render('help.example.label')</a>117 + <a href="$examplesURL">See examples</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 - $services.localization.render('help.more.label')123 + Learn more 124 124 </a> 125 125 </li> 126 126 #end