-
Bug
-
Resolution: Won't Fix
-
Major
-
4.0.0
-
None
-
None
In plugin-web\pages\services\filtered-contents\list_3.3.xsl and main\plugin-web\pages\services\filtered-pages\list_3.5.xsl, the templates below are duplicated whereas it should be in main\plugin-web\pages\services\common.xsl.
I want to have the same behavior in filtered contents and filtered pages but I am forced to duplicate this templates in each services because the xsl of the service common is overrided by the xsl of each services.
<!-- Template used to display link "all contents" on the top --> <xsl:template name="link-top"> <xsl:comment>empty</xsl:comment> </xsl:template> <!-- Template used to display link "all contents" on the bottom --> <xsl:template name="link-bottom"> <xsl:call-template name="link"/> </xsl:template>