Changes for page Create Application

Last modified by superadmin on 2023/12/09 16:58

From version 1.1
edited by Ricardo Julio Rodríguez Fernández
on 2023/10/05 12:15
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/15.8]
To version 2.1
edited by superadmin
on 2023/12/09 16:58
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/15.10]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.RicardoJulioRodriguezFernandez
1 +XWiki.superadmin
Content
... ... @@ -19,7 +19,7 @@
19 19   <ul class="steps vertical">
20 20   #foreach($step in $awmSteps)
21 21   <li>
22 - <span class="number">$mathtool.add($foreach.index, 1)</span>
22 + <span class="btn btn-xs number">$mathtool.add($foreach.index, 1)</span>
23 23   <span class="name">$services.localization.render("appWithinMinutes.wizardStep.${step}.name")</span>
24 24   <span class="description">$services.localization.render("appWithinMinutes.wizardStep.${step}.description")</span>
25 25   </li>