Changes for page Space Index

Last modified by Simon Urli on 2024/04/09 11:23

From version 4.1
edited by Thomas Mortagne
on 2012/01/30 16:50
Change comment: Imported from XAR
To version 6.1
edited by Thomas Mortagne
on 2012/03/08 13:31
Change comment: Imported from XAR

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -$msg.get("xe.space.index")
1 +$msg.get("platform.index.spaceIndex")
Content
... ... @@ -1,15 +1,7 @@
1 1  {{velocity}}
2 2  #if("$!request.space" != "") #set($space=$request.space) #else #set($space = $doc.space) #end
3 -$msg.get('xe.space.index.description', [$space])
4 -#set($collist = ["doc.name","doc.date", "doc.author", "_actions"])
5 -#set($colprops = {
6 - "doc.name" : { "type" : "text" , "size" : 30, "link" : "view"},
7 - "doc.date" : { "type" : "date" },
8 - "doc.author" : { "type" : "text", "link" : "author"},
9 - "_actions" : {"actions": ["copy","delete","rename","rights"]}
10 - })
11 -#set($options = { "translationPrefix" : "xe.index.",
12 - "rowCount": 15,
13 - "extraParams" : "&space=$escapetool.url($space)" })
14 -#livetable("spaceindex" $collist $colprops $options)
3 +$msg.get('platform.index.spaceIndexDescription', [$space])
4 +
5 +{{documents space="$space" id="spaceindex"/}}
15 15  {{/velocity}}
7 +
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -36,7 +36,7 @@
36 36   #if ($hasCreatePage)
37 37   {{html}}
38 38   <ul class="xlist">
39 - <li class="page create"><a href="$doc.getURL('create')">$msg.get('xe.spaceIndex.documentList.create')</a></li>
39 + <li class="page create"><a href="$doc.getURL('create')">$msg.get('platform.index.spaceIndexDocumentListCreate')</a></li>
40 40   </ul>
41 41   {{/html}}
42 42   #end

Get Connected