No Date in Events after Update

Adrian Nussbaum <[email protected]>
Newsgroups gmane.comp.cms.bitflux.general
Message-ID <[email protected]>
Hi

After my Flux-CMS-Installation has been updatet (to 1.3.0-dev/r6175)  
the date in my events-overview has gone.

see the xsl snippet of this part:
----
<xsl:template name="overviewEvent">

<h1><i18n:text>Events</i18n:text></h1>
<div id="tab">
     <table>
     <xsl:for-each select="/bx/plugin[@name='events']/events/event">
     <tr>
         <td>
         <xsl:value-of select="@title" />
         </td>
         <td>
         <xsl:value-of select="@von" />
         <xsl:choose>
             <xsl:when test = "string-length(@bis) &gt; 0 and @bis  ! 
= '0000-00-00'">
                 <xsl:value-of select="@bis" />
             </xsl:when>
             <xsl:otherwise>

             </xsl:otherwise>
         </xsl:choose>
         </td>
         <td><a href="http://{@link}">[<i18n:text>read more here</ 
i18n:text>...]</a></td>
     </tr>
     </xsl:for-each>
     </table></div>

</xsl:template>
-----------------------


my .configxml looks like this:

-----------------
<bxcms xmlns="http://bitflux.org/config">
     <plugins>
         <parameter name="xslt" type="pipeline" value="events.xsl"/>
         <extension type="html"/>
         <plugin type="events"></plugin>
         <plugin type="navitree"></plugin>
     </plugins>

     <plugins>
         <parameter name="xslt" type="pipeline" value="../standard/ 
text.xsl"/>
         <parameter name="output-mimetype" type="pipeline"  
value="text/plain"/>
         <extension type="ics"/>
         <plugin type="events">
             <parameter name="dateformat" value="d.m.Y H:i"/>
             <parameter name="calid" value="somerandomid"/>
             <parameter name="calname" value="Test Events2"/>
             <parameter name="caldesc" value="This is a test"/>
         </plugin>
     </plugins>
</bxcms>
-----------


any suggestions?

adrian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   xpure - communication. digital and printed - www.xpure.ch
   adrian nussbaum | linsentalstrasse 5 | ch-8482 sennhof
   mobile: + 41 764 283 913 | [email protected] | http://www.xpure.ch |   
http://blogomanie.xpure.ch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
bitflux-cms mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.