Zmeny dokumentu Zoznam Wiki
Naposledy upravil RKCadmin 2020/03/11 14:32
Zmeniť komentár:
Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/12.1]
Súhrn
-
Vlastnosti stránky (1 modified, 0 added, 0 removed)
-
Objekty (0 modified, 0 added, 1 removed)
Podrobnosti
- Vlastnosti stránky
-
- Obsah
-
... ... @@ -21,7 +21,16 @@ 21 21 }) 22 22 #if(!$isGuest) 23 23 #set($discard = $columns.add('_actions')) 24 - #set($discard = $columnsProperties.put('_actions', { 'actions' : ['join', 'requestJoin', 'cancelJoinRequest', 'viewInvitation', 'leave', 'edit', 'delete'] })) 24 + #set($discard = $columnsProperties.put('_actions', { 25 + 'actions': [ 26 + {'id': 'join', 'icon': 'user_add'}, 27 + {'id': 'leave', 'icon': 'user_delete'}, 28 + {'id': 'requestJoin', 'icon': 'bell'}, 29 + {'id': 'cancelJoinRequest', 'icon': 'bell_delete'}, 30 + {'id': 'viewInvitation', 'icon': 'envelope'}, 31 + 'edit', 'delete' 32 + ] 33 + })) 25 25 #end 26 26 #livetable('wikis', $columns, $columnsProperties, $options) 27 27 #set($docextras=[])
- XWiki.StyleSheetExtension[0]
-
- Caching politika
-
... ... @@ -1,1 +1,0 @@ 1 -long - Kód
-
... ... @@ -1,19 +1,0 @@ 1 -.actionjoin { 2 - background-image: url("$xwiki.getSkinFile('icons/silk/user_add.png')"); 3 -} 4 - 5 -.actionleave { 6 - background-image: url("$xwiki.getSkinFile('icons/silk/user_delete.png')"); 7 -} 8 - 9 -.actionrequestJoin { 10 - background-image: url("$xwiki.getSkinFile('icons/silk/bell.png')"); 11 -} 12 - 13 -.actioncancelJoinRequest { 14 - background-image: url("$xwiki.getSkinFile('icons/silk/bell_delete.png')"); 15 -} 16 - 17 -.actionviewInvitation { 18 - background-image: url("$xwiki.getSkinFile('icons/silk/script.png')"); 19 -} - Parsovať obsah
-
... ... @@ -1,1 +1,0 @@ 1 -1 - Použiť toto rozšírenie
-
... ... @@ -1,1 +1,0 @@ 1 -currentPage