Changes for page Pages on this Wiki

Last modified by Vincent Massol on 2016/03/08 15:16

<
From version < 7.1 >
edited by Marius Dumitru Florea
on 2013/03/23 15:57
To version < 8.1 >
edited by Marius Dumitru Florea
on 2013/07/15 09:52
>
Change comment: Import

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -$msg.get("platform.index.documents")
1 +$services.localization.render('platform.index.documents')
Content
... ... @@ -37,7 +37,7 @@
37 37  <div class="floatcontainer">
38 38   <ul class="xwikitabbar">
39 39  #foreach ($tab in $tabs)
40 - <li id="xwiki$tab['idSuffix']"#if($view == $tab['tabName']) class="active"#end><a href="$doc.getURL('view', "view=$tab['tabName']&amp;$!param")">$msg.get($tab['translationKey'])</a></li>
40 + <li id="xwiki$tab['idSuffix']"#if($view == $tab['tabName']) class="active"#end><a href="$doc.getURL('view', "view=$tab['tabName']&amp;$!param")">$services.localization.render($tab['translationKey'])</a></li>
41 41  #end
42 42   </ul>
43 43  </div>

Get Connected