Changes for page App Within Minutes

Last modified by Ecaterina Valica on 2019/03/27 14:32

From version 1.1
edited by Ludovic Dubost
on 2012/08/06 21:16
Change comment: Copied from incubator:AppWithinMinutes.WebHome
To version 3.1
edited by Ecaterina Valica
on 2013/05/08 07:51
Change comment: Import

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -$msg.get('platform.appwithinminutes.homePageTitle')
1 +$services.localization.render('platform.appwithinminutes.homePageTitle')
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ludovic
1 +XWiki.evalica
Hidden
... ... @@ -1,1 +1,1 @@
1 -false
1 +true
Content
... ... @@ -1,11 +1,11 @@
1 1  {{velocity}}
2 -$msg.get('platform.appwithinminutes.description')
2 +$services.localization.render('platform.appwithinminutes.description')
3 3  
4 4  #if($hasCreateSpace)
5 - (% class="buttonwrapper" %)[[$msg.get('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
5 + (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
6 6  
7 7  #end
8 -= $msg.get('platform.appwithinminutes.appsLiveTableHeading') =##
8 += $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =##
9 9  #set($columnsProperties = {
10 10   'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
11 11   'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},