0 Votes

Changes for page LiveTable View Sheet

Last modified by Сергей Коршунов on 2026/08/19 20:10

From version 10.1
edited by Сергей Коршунов
on 2026/08/19 20:10
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/18.6.0]
To version 8.1
edited by Сергей Коршунов
on 2025/01/11 21:52
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/16.10.2]

Summary

Details

Page properties
Content
... ... @@ -112,7 +112,7 @@
112 112  
113 113  #macro (renameAppModal)
114 114   <div class="modal" id="renameAppModal" tabindex="-1" role="dialog" aria-labelledby="renameAppModal-label"
115 - data-backdrop="static">
115 + data-backdrop="static" data-keyboard="false">
116 116   <div class="modal-dialog" role="document">
117 117   <form class="modal-content xform">
118 118   ## The fieldset allows us to disable and enable the entire form quickly and easy.
... ... @@ -145,8 +145,14 @@
145 145  #end
146 146  
147 147  #macro (renameAppModalBody)
148 - #info($services.localization.render('appWithinMinutes.renameApp.changeAppTitleInfo'))
149 - #warning($services.localization.render('appWithinMinutes.renameApp.regenerateAppCodeWarning'))
148 + <div class="box infomessage">
149 + $services.icon.renderHTML('info')
150 + $services.localization.render('appWithinMinutes.renameApp.changeAppTitleInfo')
151 + </div>
152 + <div class="box warningmessage">
153 + $services.icon.renderHTML('warning')
154 + $services.localization.render('appWithinMinutes.renameApp.regenerateAppCodeWarning')
155 + </div>
150 150   <div class="hidden">
151 151   <input type="hidden" name="form_token" value="$!escapetool.xml($services.csrf.token)" />
152 152   <input type="hidden" name="oldAppReference" value="$escapetool.xml(
... ... @@ -198,7 +198,7 @@
198 198   #set ($classFullName = $doc.getValue('class'))
199 199   #if ("$!classFullName" == '' || !$xwiki.exists($classFullName))
200 200   {{warning}}
201 - {{translation key="platform.appwithinminutes.appHomePageMovedWarning"/}}
207 + {{translation key="platform.appwithinminutes.appHomePageMovedWarning"/}}
202 202   {{/warning}}
203 203  
204 204   #end