Changes for page Create Application
Last modified by Aleksandr Chebotov on 2025/07/31 11:10
From version 1.1
edited by Service Administrator
on 2024/07/30 06:11
on 2024/07/30 06:11
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/16.5.0]
To version 2.1
edited by Aleksandr Chebotov
on 2025/07/31 11:10
on 2025/07/31 11:10
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/17.6.0]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.b mn-admin1 +XWiki.chebotov-0 - Content
-
... ... @@ -102,14 +102,10 @@ 102 102 </dl> 103 103 #set ($appHomeRef = $services.model.resolveDocument('', 'default', $appReference)) 104 104 #if ($appDescriptor || $xwiki.exists($appHomeRef) || $xwiki.exists($appClassRef)) 105 - <div class="box warningmessage"> 106 - $services.localization.render('platform.appwithinminutes.appNameIsUsedWarning') 107 - </div> 105 + #warning($services.localization.render('platform.appwithinminutes.appNameIsUsedWarning')) 108 108 #end 109 109 #if (!$services.security.authorization.hasAccess('script', $xcontext.userReference, $appHomeRef)) 110 - <div class="box errormessage"> 111 - $escapetool.xml($services.localization.render('platform.appwithinminutes.appHomePageNoScriptRight')) 112 - </div> 108 + #error($escapetool.xml($services.localization.render('platform.appwithinminutes.appHomePageNoScriptRight'))) 113 113 #end 114 114 #end 115 115 #end