Support for PortalWorkspace Admin page
git-svn-id: https://svn.libreccm.org/ccm/trunk@2921 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
059a51d3a9
commit
d1493d1be0
|
|
@ -194,4 +194,29 @@
|
||||||
<xsl:apply-templates select="$workspace-portlets"/>
|
<xsl:apply-templates select="$workspace-portlets"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- Styles for Portal Admin page. Some of the containers have special names so we need templates
|
||||||
|
for them. The content of the containers are bebop elements which are already supported.
|
||||||
|
so we can just delegate to this templates by calling apply-templates
|
||||||
|
-->
|
||||||
|
|
||||||
|
<xsl:template match="portal-workspace//portal-admin">
|
||||||
|
<xsl:apply-templates select="$data-tree/portal:admin"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="portal:admin/portal:categoryPanel">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="portal:admin/portal:workspaceDelete">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="portal:admin//portal:memberPicker">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="portal:admin//portal:adminPicker">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<portal-workspace>
|
<portal-workspace>
|
||||||
|
<portal-admin/>
|
||||||
<portal-list>
|
<portal-list>
|
||||||
<div>
|
<div>
|
||||||
<portal-page-link selected="false">
|
<portal-page-link selected="false">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue