(no commit message)
[utils] / crawler / kiss / src / reportToHtml.xsl
index 9017431d23a8778d9d8392c878b71da8bf6cf6c7..fd117d1e6ca726c16b94c3f4254faad2519f672c 100644 (file)
@@ -45,7 +45,7 @@
                     <xsl:text>Already recorded programs</xsl:text>
                 </xsl:when>
                 <xsl:when test="@result = 'CONFLICT'">
-                    <xsl:text>Conflicts with other recorded program</xsl:text>
+                    <xsl:text>Conflicts with other recorded programs</xsl:text>
                 </xsl:when>
                 <xsl:when test="@result='ERROR'">
                     <xsl:text>Programs that could not be recorded for
@@ -54,7 +54,9 @@
             </xsl:choose>
         </h2>
         <p>
-            <xsl:call-template name="programTable"/>
+            <xsl:if test="not(@result='OLDSHOW')">
+                <xsl:call-template name="programTable"/>
+            </xsl:if>
         </p>
     </xsl:template>