0 Votes

Changes for page LiveTable View Sheet

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

From version 7.1
edited by Сергей Коршунов
on 2024/02/28 11:23
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/16.1.0]
To 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]

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" data-keyboard="false">
115 + data-backdrop="static">
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,14 +145,8 @@
145 145  #end
146 146  
147 147  #macro (renameAppModalBody)
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>
148 + #info($services.localization.render('appWithinMinutes.renameApp.changeAppTitleInfo'))
149 + #warning($services.localization.render('appWithinMinutes.renameApp.regenerateAppCodeWarning'))
156 156   <div class="hidden">
157 157   <input type="hidden" name="form_token" value="$!escapetool.xml($services.csrf.token)" />
158 158   <input type="hidden" name="oldAppReference" value="$escapetool.xml(
... ... @@ -204,7 +204,7 @@
204 204   #set ($classFullName = $doc.getValue('class'))
205 205   #if ("$!classFullName" == '' || !$xwiki.exists($classFullName))
206 206   {{warning}}
207 - $services.icon.render('warning') {{translation key="platform.appwithinminutes.appHomePageMovedWarning"/}}
201 + {{translation key="platform.appwithinminutes.appHomePageMovedWarning"/}}
208 208   {{/warning}}
209 209  
210 210   #end