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