Changes for page App Within Minutes

Last modified by Thomas Mortagne on 2017/11/21 12:41

From version 3.1
edited by Eugen Colesnicov
on 2013/03/26 20:29
Change comment: Импортировано из XAR
To version 4.1
edited by Eugen Colesnicov
on 2013/07/31 11:04
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')
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},