0 Votes

Changes for page Create Application

Last modified by Сергей Коршунов on 2025/05/01 21:19

From version 8.1
edited by Сергей Коршунов
on 2025/05/01 21:19
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/17.3.0]
To version 7.1
edited by Сергей Коршунов
on 2023/12/02 21:40
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/15.10]

Summary

Details

Page properties
Content
... ... @@ -102,10 +102,14 @@
102 102   </dl>
103 103   #set ($appHomeRef = $services.model.resolveDocument('', 'default', $appReference))
104 104   #if ($appDescriptor || $xwiki.exists($appHomeRef) || $xwiki.exists($appClassRef))
105 - #warning($services.localization.render('platform.appwithinminutes.appNameIsUsedWarning'))
105 + <div class="box warningmessage">
106 + $services.localization.render('platform.appwithinminutes.appNameIsUsedWarning')
107 + </div>
106 106   #end
107 107   #if (!$services.security.authorization.hasAccess('script', $xcontext.userReference, $appHomeRef))
108 - #error($escapetool.xml($services.localization.render('platform.appwithinminutes.appHomePageNoScriptRight')))
110 + <div class="box errormessage">
111 + $escapetool.xml($services.localization.render('platform.appwithinminutes.appHomePageNoScriptRight'))
112 + </div>
109 109   #end
110 110   #end
111 111  #end