Tippfehler, der verhinderte, dass im Content-Center bei der Zuweisung von Kategorien die 2. und tiefere Ebenen erreichbar sind.
git-svn-id: https://svn.libreccm.org/ccm/trunk@261 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
bdb30b1bdb
commit
38eb28fca4
|
|
@ -145,7 +145,7 @@
|
||||||
<div id="catSelf{@id}">
|
<div id="catSelf{@id}">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="$expand='none' and (@root='1' or count(cms:category) > 0)">
|
<xsl:when test="$expand='none' and (@root='1' or count(cms:category) > 0)">
|
||||||
<a href="#" onClick="{$toggle}('{@node-id}');"><img id="catTog{@node-id}" src="/assets/categeory-step/action-add.png" width="14" height="14" border="0"/></a>
|
<a href="#" onClick="{$toggle}('{@node-id}');"><img id="catTog{@node-id}" src="/assets/category-step/action-add.png" width="14" height="14" border="0"/></a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="$expand!='none' and (@root='1' or count(cms:category) > 0)">
|
<xsl:when test="$expand!='none' and (@root='1' or count(cms:category) > 0)">
|
||||||
<a href="#" onClick="{$toggle}('{@node-id}');"><img id="catTog{@node-id}" src="/assets/category-step/action-delete.png" width="14" height="14" border="0"/></a>
|
<a href="#" onClick="{$toggle}('{@node-id}');"><img id="catTog{@node-id}" src="/assets/category-step/action-delete.png" width="14" height="14" border="0"/></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue