Changes for page AdminUsersSheet
Last modified by SuperNico Laub on 2025/09/18 17:54
From version 1.1
edited by superadmin
on 2025/05/22 17:43
on 2025/05/22 17:43
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-administration-ui/16.10.8]
To version 2.1
edited by SuperNico Laub
on 2025/09/18 17:54
on 2025/09/18 17:54
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-administration-ui/17.7.0]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.super admin1 +xwiki:XWiki.supernico - Content
-
... ... @@ -206,11 +206,13 @@ 206 206 #macro (maybeShowDeleteUserWarning $userReference $right) 207 207 #countPagesLastModifiedBy($userReference) 208 208 #if ($pageCount > 0) 209 - <div class="box errormessage xform"> 209 + {{/html}} 210 + 211 + {{error cssClass="xform"}} 212 + {{html}} 210 210 #set ($pageIndexReference = $services.model.createDocumentReference( 211 211 $userReference.wikiReference.name, 'Main', 'AllDocs')) 212 - #set ($pageIndexURL = $xwiki.getURL($pageIndexReference) + '#|t=alldocs&doc.author=' + 213 - $escapetool.url($services.model.serialize($userReference, 'local'))) 215 + #set ($pageIndexURL = $xwiki.getURL($pageIndexReference, 'view', "doc.author=${escapetool.url($services.model.serialize($userReference, 'local'))}")) 214 214 #set ($translationKey = "administration.section.users.deleteUser.${right}RightsWarning") 215 215 $services.localization.render($translationKey, ["<a href='$pageIndexURL'>", $pageCount, '</a>']) 216 216 <dl> ... ... @@ -235,7 +235,10 @@ 235 235 [$rightTranslation]))</span> 236 236 </dd> 237 237 </dl> 238 - </div> 240 + {{/html}} 241 + {{/error}} 242 + 243 + {{html clean="false"}} 239 239 #end 240 240 #end 241 241