Foundry content centre: Category systems should now be sorted alphabetically in the Assign categories tab.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3081 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
2ed7b938bc
commit
337c4ffb6d
|
|
@ -207,8 +207,10 @@
|
|||
|
||||
<!-- Show all category roots -->
|
||||
<xsl:template match="cms:categoryRoots">
|
||||
<dl class="cmsCategoryRoots">
|
||||
<xsl:apply-templates/>
|
||||
<dl class="cmsCategoryRoots">
|
||||
<xsl:apply-templates>
|
||||
<xsl:sort select="./@name" data-type="text"/>
|
||||
</xsl:apply-templates>
|
||||
</dl>
|
||||
</xsl:template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue