Anpassung an Modifikationen in Zusammenhang mit forum-categorised.
git-svn-id: https://svn.libreccm.org/ccm/trunk@476 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
4bbb104839
commit
5de5304e4f
|
|
@ -3,10 +3,20 @@
|
|||
xmlns:show="/WEB-INF/bebop-show.tld"
|
||||
version="1.2">
|
||||
|
||||
<define:page name="childCategories" pageClass="com.arsdigita.cms.ui.authoring.EmptyPage" title="childCategories" cache="true">
|
||||
<define:page name="childCategories"
|
||||
pageClass="com.arsdigita.cms.ui.authoring.EmptyPage"
|
||||
title="childCategories"
|
||||
cache="true">
|
||||
|
||||
<!-- Class had been moved from ccm-ldn-aplaws to ccm-ldn-terms in
|
||||
order to avoid dependencies between modules, ccm-forum-categorised
|
||||
and a specific kind of the integration module ccm-???-aplaws.
|
||||
<define:component name="catSubtree"
|
||||
classname="com.arsdigita.aplaws.ui.CategorySubtree"/>
|
||||
-->
|
||||
|
||||
<define:component name="catSubtree"
|
||||
classname="com.arsdigita.london.terms.ui.CategorySubtree"/>
|
||||
</define:page>
|
||||
|
||||
<show:all/>
|
||||
|
|
|
|||
|
|
@ -3,10 +3,20 @@
|
|||
xmlns:show="/WEB-INF/bebop-show.tld"
|
||||
version="1.2">
|
||||
|
||||
<define:page name="childCategories" pageClass="com.arsdigita.cms.ui.authoring.EmptyPage" title="childCategories" cache="true">
|
||||
<define:page name="childCategories"
|
||||
pageClass="com.arsdigita.cms.ui.authoring.EmptyPage"
|
||||
title="childCategories"
|
||||
cache="true">
|
||||
|
||||
<!-- Class had been moved from ccm-ldn-aplaws to ccm-ldn-terms in
|
||||
order to avoid dependencies between modules, ccm-forum-categorised
|
||||
and a specific kind of the integration module ccm-???-aplaws.
|
||||
<define:component name="catSubtree"
|
||||
classname="com.arsdigita.aplaws.ui.CategorySubtree"/>
|
||||
-->
|
||||
|
||||
<define:component name="catSubtree"
|
||||
classname="com.arsdigita.london.terms.ui.CategorySubtree"/>
|
||||
</define:page>
|
||||
|
||||
<show:all/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue