Wiki source code of Application Index
Last modified by Thomas Mortagne on 2020/01/28 17:19
Hide last authors
author | version | line-number | content |
---|---|---|---|
1.1 | 1 | {{include reference="Applications.Macros" /}} | |
2 | |||
3 | {{velocity}} | ||
4 | #set ($discard = $xwiki.ssx.use('Panels.Applications')) | ||
5 | {{html}} | ||
6 | <ul class="applicationsPanel nav nav-pills nav-stacked"> | ||
7 | #displayAppEntries('org.xwiki.platform.panels.Applications', '') | ||
8 | </ul> | ||
9 | {{/html}} | ||
10 | |||
3.1 | 11 | #set ($displayDocExtra = false) | |
1.1 | 12 | {{/velocity}} | |
13 |